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.