https://bugs.winehq.org/show_bug.cgi?id=48586
Bug ID: 48586 Summary: d3d tests broke on cw-gtx560-64 due to recent user32/tests changes Product: Wine Version: 5.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: sven.wine@gmail.com Regression SHA1: 153b82b0b368a9444d2cb79db11c012a0f424e4f Distribution: ---
Working:
https://test.winehq.org/data/87875e12bcdca659e578849fa62585b1b5316a50/index_...
Not working:
https://test.winehq.org/data/829dff0ee770f720ee90976faac3cbd6bb2afc59/index_...
They all fail in a EnumDisplaySettingsW call, so I suspect
https://source.winehq.org/git/wine.git/commitdiff/153b82b0b368a9444d2cb79db1...
broke them. They most likely only fail on 64 bit because that machine first runs the 32 bit tests, and then the 64 bit tests. user32 tests run after d3d, so usually you do not see this failure, but in this case 32 bit user32 runs before 64 bit d3d.