30 Sep
2024
30 Sep
'24
9:07 a.m.
Rémi Bernon (@rbernon) commented about dlls/user32/tests/win.c:
ok(!app_activated, "Received WM_ACTIVATEAPP(1), did not expect it.\n"); ok(!app_deactivated, "Received WM_ACTIVATEAPP(0), did not expect it.\n");
+ DestroyWindow(window2); + + if (winetest_interactive)
IMO interactive tests aren't useful as they will very rarely get executed, if executed at all. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6580#note_83642