https://bugs.winehq.org/show_bug.cgi?id=53894
Bug ID: 53894 Summary: user32:sysparams - test_WM_DISPLAYCHANGE() times out 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:sysparams - test_WM_DISPLAYCHANGE() times out on Windows 7+:
sysparams.c:2474: Test failed: WaitForSingleObject returned 0x102 sysparams.c:2475: Test failed: got WM_DISPLAYCHANGE bpp 4294967295
See: https://test.winehq.org/data/patterns.html#user32:sysparams
The failures started on 2022-09-23 which saw two commits to this test. However the test does not fail when run standalone so the commits may not be directly responsible.
https://bugs.winehq.org/show_bug.cgi?id=53894
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53894
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |6d5041744d175e9f3ea9e8eab68 | |0e6e4d778b9d6 CC| |rbernon@codeweavers.com Keywords| |regression
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The failure is caused by interference from the d3d8:device test. So to reproduce it run:
winetest.exe -c -o - -t foo d3d8:device user32:sysparams
Then a bisect shows that the failure started with this commit:
commit 6d5041744d175e9f3ea9e8eab680e6e4d778b9d6 Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Sep 16 20:43:26 2022 +0200
user32/tests: Cleanup sysparams WM_DISPLAYCHANGE tests.
https://bugs.winehq.org/show_bug.cgi?id=53894
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |e2bc3bc40d52310e178e38bd2d2 | |6f66417454576 Status|NEW |RESOLVED
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- This should be fixed after e2bc3bc40d52310e178e38bd2d26f66417454576.
https://bugs.winehq.org/show_bug.cgi?id=53894
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-rc2.