Rémi Bernon (@rbernon) commented about dlls/windows.devices.enumeration/tests/devices.c:
ok( stopped_handler.args == NULL, "stopped_handler not invoked\n" ); IDeviceWatcher_Release( device_watcher );
- hr = IDeviceInformationStatics_FindAllAsync( device_info_statics, &infocollection_async );
- todo_wine ok( SUCCEEDED( hr ), "got %#lx\n", hr );
Please use explicit values when testing hr, such as hr == S_OK.