May 12, 2026
7:07 a.m.
Rémi Bernon (@rbernon) commented about dlls/windows.devices.bluetooth/tests/bluetooth.c:
winetest_push_context( "device %lu (%s)", idx - 1, debugstr_w( addr_str ) ); hr = IBluetoothLEDeviceStatics_FromBluetoothAddressAsync( statics, addr, &async_op ); - todo_wine ok( hr == S_OK, "got hr %#lx.\n", hr ); + ok( hr == S_OK, "got hr %#lx.\n", hr ); if (hr != S_OK) { skip( "FromBluetoothAddressAsync failed.\n" ); winetest_pop_context(); continue; }
You don't need the if anymore here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10865#note_139536