http://bugs.winehq.org/show_bug.cgi?id=12142
Summary: "make test" fails in user32/msg.ok Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: wine@fatlxception.no-ip.org
I get the following failures when running "make test" on user32/msg.ok:
msg.c:4117: Test failed: SetWindowPos:WmSWP_ResizeNoZOrder: the msg 0x0047 was expected, but got msg 0x0005 instead msg.c:4117: Test failed: SetWindowPos:WmSWP_ResizeNoZOrder: the msg 0x0005 was expected, but got msg 0x030f instead msg.c:4117: Test failed: SetWindowPos:WmSWP_ResizeNoZOrder: the msg sequence is not complete: expected 0000 - actual 001c msg.c:6103: Test succeeded inside todo block: Alt press/release: marked "todo_wine" but succeeds
I've been seeing this failure for quite a while and been skipping past it. Just reproduced it in today's git. I'm running Ubuntu Gutsy 32-bit. Did a "rm -rf ~/.wine && wineprefixcreate" immediately before the test. I'm running on a 'bare' X server (nothing but xterm), and winecfg is set to not allow managed windows. If I reconfigure it to use a virtual desktop, the test failures go away but the succeeding todo_wine remains.
Let me know if there's more information I can provide.