https://bugs.winehq.org/show_bug.cgi?id=55354
Bug ID: 55354 Summary: user32:msg - test_dialog_messages() sometimes gets a bad sequence on Windows 7 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_dialog_messages() sometimes gets a bad message sequence on Windows 7:
msg.c:15393: Test failed: CreateDialogParam_1: 17: the msg 0x001c was expected, but got msg 0x000d instead msg.c:15393: Test failed: CreateDialogParam_1: 18: the msg 0x0086 was expected, but got msg 0x0083 instead msg.c:15393: Test failed: CreateDialogParam_1: 19: the msg 0x0006 was expected, but got msg 0x800b instead msg.c:15393: Test failed: CreateDialogParam_1: 20: the msg 0x8005 was expected, but got msg 0x001c instead msg.c:15393: Test failed: CreateDialogParam_1: 21: the msg 0x0007 was expected, but got msg 0x0086 instead msg.c:15393: Test failed: CreateDialogParam_1: 23: the msg sequence is not complete: expected 0000 - actual 0006
See https://test.winehq.org/data/patterns.html#user32:msg
Where: 0x0006 == WM_ACTIVATE 0x000d == WM_GETTEXT 0x001c == WM_ACTIVATEAPP 0x0083 == WM_NCCALCSIZE 0x0086 == WM_NCACTIVATE 0x8005 == EVENT_OBJECT_FOCUS 0x800b == EVENT_OBJECT_LOCATIONCHANGE
This first happened on 2023-06-22 and there has been about one instance per week since, always receiving the same unexpected message sequence: * 2023-06-22 win7_newtb-w7u-2qxl * 2023-06-28 win7_newtb-w7u-es * 2023-07-05 win7_newtb-w7u-2qxl * 2023-07-27 win7_newtb-w7u-2qxl