https://bugs.winehq.org/show_bug.cgi?id=55749
Bug ID: 55749 Summary: comctl32:button - The 64-bit test_button_messages() sometimes fails on macOS Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
comctl32:button - The 64-bit test_button_messages() sometimes fails on macOS:
button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x0281 should NOT have been sent by DefWindowProc button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x0281 was expected in child button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x0007 should NOT have been sent by DefWindowProc button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x0007 was expected in child button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x0111 was expected, but got msg 0x0008 instead button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x8000 was expected, but got msg 0x0281 instead button.c:807: Test failed: SetFocus(hwnd) on a button: the msg 0x000f was expected, but got msg 0x0281 instead button.c:807: Test failed: SetFocus(hwnd) on a button: the msg sequence is not complete: expected 0000 - actual 0007
See https://test.winehq.org/data/patterns.html#comctl32:button
These failures are specific to the *-win64 test configurations which corresponds to the 64-bit tests. The *-wow64 (32-bit) tests have no failure. The failure rate is about 11%.