[PATCH 3/8] user32: Move module class registration to get_class_info.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/class.c | 50 +++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 24 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=109977 Your paranoid android. === debian11 (64 bit WoW report) === user32: win.c:10975: Test failed: GetActiveWindow() = 0000000000000000 win.c:10975: Test failed: GetFocus() = 0000000000000000 win.c:10977: Test failed: Expected foreground window 0000000000280120, got 0000000001390054 win.c:10980: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10987: Test failed: Expected foreground window 0000000000280120, got 0000000000000000 win.c:10989: Test failed: GetActiveWindow() = 0000000000000000 win.c:10989: Test failed: GetFocus() = 0000000000000000 win.c:10997: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (3)
-
Huw Davies -
Jacek Caban -
Marvin