[PATCH resend 1/2] user32/tests: Add tests for maximizing and restoring windows without WS_CAPTION.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/user32/tests/win.c | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+)
The "user32_test win" tests will fail on test bot even without my patch. See the test results below which show tests without my patch: https://testbot.winehq.org/JobDetails.pl?Key=89012 https://testbot.winehq.org/JobDetails.pl?Key=89013 <https://testbot.winehq.org/JobDetails.pl?Key=89012> It looks like "user32_test win" will fail randomly. Any one meet this before? I think the failure is not introduced by this patch.
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=89112 Your paranoid android. === w7u_2qxl (32 bit report) === user32: win.c:956: Test failed: wrong dwStyle: 84cb0000 != 94cb0000 for 00010130 in hook HCBT_ACTIVATE === wvistau64 (64 bit report) === user32: win.c:956: Test failed: wrong dwStyle: 04cb0000 != 14cb0000 for 0000000000C70196 in hook HCBT_MINMAX win.c:956: Test failed: wrong dwStyle: 04cb0000 != 14cb0000 for 00000000009D01DC in hook HCBT_MINMAX win.c:956: Test failed: wrong dwStyle: 84cb0000 != 94cb0000 for 00000000000401B8 in hook HCBT_ACTIVATE === debiant2 (32 bit report) === user32: win.c:10167: Test failed: Expected foreground window 00020044, got 00000000 win.c:10174: Test failed: Expected foreground window 00020044, got 00E800A2 win.c:10176: Test failed: GetActiveWindow() = 00000000 win.c:10176: Test failed: GetFocus() = 00000000 win.c:10177: Test failed: Received WM_ACTIVATEAPP(1), did not expect it. win.c:10178: Test failed: Received WM_ACTIVATEAPP(0), did not expect it. win.c:10186: Test failed: Expected foreground window 00020044, got 00000000 win.c:10188: Test failed: GetActiveWindow() = 00000000 win.c:10188: Test failed: GetFocus() = 00000000 win.c:10196: Test failed: Received WM_ACTIVATEAPP(1), did not expect it.
participants (2)
-
Marvin -
Ziqing Hui