https://bugs.winehq.org/show_bug.cgi?id=53208
Bug ID: 53208 Summary: user32:msg - The SW_SHOWMINIMIZED test in test_messages() succeeds in Wine with fvwm Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
user32:msg - The SW_SHOWMINIMIZED test in test_messages() succeeds in Wine with fvwm:
msg.c:5574: Test succeeded inside todo block: ShowWindow(SW_SHOWMINIMIZED):overlapped: marked "todo_wine" but succeeds
https://test.winehq.org/data/patterns.html#user32:msg
This todo_wine seems to always succeed in the TestBot's VMs but almost always fails on my box. The difference is probably that the former runs fvwm (with a specially curated configuration) while the latter runs KDE.
https://bugs.winehq.org/show_bug.cgi?id=53208
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53208
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- It also consistently succeeds for me with various WMs. I have reasons to believe that it is related to a race condition in user32 combined with X11 event processing and window activation logic. Not easy to fix.
https://bugs.winehq.org/show_bug.cgi?id=53208
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |f3eebcfa4d4e773313defe851bf | |99fbe0110e470
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This got fixed by the commit below:
commit f3eebcfa4d4e773313defe851bf99fbe0110e470 Author: Alexandre Julliard julliard@winehq.org Date: Wed Sep 14 11:56:02 2022 +0200
winex11: Don't send WM_CANCELMODE to iconified windows.
https://bugs.winehq.org/show_bug.cgi?id=53208
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc1.