https://bugs.winehq.org/show_bug.cgi?id=53272
Bug ID: 53272 Summary: user32:msg - test_showwindow() sometimes fails on Windows Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
user32:msg - test_showwindow() sometimes fails on Windows:
msg.c:5167: Test failed: ShowWindow(hwnd, SW_RESTORE): active minimized overlapped: 3: the msg 0x0086 was expected, but got msg 0x0046 instead msg.c:5177: Test failed: ShowWindow(hwnd, SW_SHOWNOACTIVATE): active minimized overlapped: 3: the msg 0x0086 was expected, but got msg 0x0046 instead
https://test.winehq.org/data/patterns.html#user32:msg
Note: * WM_WINDOWPOSCHANGING 0x0046 * WM_NCACTIVATE 0x0086
These failures have happened on w10pro64-hi-u8, w10pro64-pt-BR, w10pro64-ru and w10pro64-zh_CN. However the failures are quite rare so this may not imply that they are related to the locales.
https://bugs.winehq.org/show_bug.cgi?id=53272
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53272
--- Comment #1 from François Gouget fgouget@codeweavers.com --- On 2022-07-22 this failure happened on w1064-1qxl, which shows that it is not specific to the locales. It may also have gotten fixed at some point since it has been so long since the last occurrence, but there is also no clear patch that would have fixed it.