https://bugs.winehq.org/show_bug.cgi?id=35609
Bug ID: 35609 Summary: Menu popup failures in user32:msg on Windows XP Product: Wine Version: 1.7.12 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Classification: Unclassified
The Windows XP VMs regularly report the following test failure:
msg.c:12631: Test failed: popup menu command: 1: the msg 0x0104 was expected, but got msg 0x0007 instead msg.c:12631: Test failed: popup menu command: 2: in msg 0x0007 expecting lParam 0x20000001 got 0xe0000001 msg.c:12631: Test failed: popup menu command: 3: the msg 0x0104 was expected, but got msg 0x0007 instead msg.c:12631: Test failed: popup menu command: 4: the msg 0x0106 was expected, but got msg 0x0007 instead msg.c:12631: Test failed: popup menu command: 5: the msg 0x0008 was expected, but got msg 0x0007 instead msg.c:12631: Test failed: popup menu command: 6: the msg sequence is not complete: expected 0211 - actual 0000
See: http://test.winehq.org/data/tests/user32:msg.html
This is independent of the service pack and of whether the VM runs in QEMU/KVM or VMware.
The commit that introduced this test is:
commit bbd8ae432256d32d99e75580b1896002045223b9 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed Jun 18 12:34:01 2008 +0900
user32: Add a test for MNS_NOTIFYBYPOS, make it pass under Wine.