https://bugs.winehq.org/show_bug.cgi?id=51103
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |36d206008cc0631a6f8e58aa2c9 | |463a4ede54f93 Status|NEW |RESOLVED
--- Comment #5 from François Gouget fgouget@codeweavers.com --- cw-gtx560 still gets 19 failures (which is better than cw-rx460), but at least it does not crash anymore. So that's good. The crash got fixed by the commit below:
commit 36d206008cc0631a6f8e58aa2c9463a4ede54f93 Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Jan 17 23:22:00 2022 +0300
d3d11/tests: Disable cross-device ContextState tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51103 Signed-off-by: Stefan Dösinger stefan@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
As far as I can tell the remaining failures were being masked by the crash and a cursory look does not indicate that they are related in any way (different part of the test). So we may need to open new bugs for them but I think this one can be closed.