[Bug 51181] d3d10core:d3d10core fails systematically on AMD GPUs

WineHQ Bugzilla wine-bugs at winehq.org
Mon Jun 28 10:45:47 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51181

--- Comment #5 from François Gouget <fgouget at codeweavers.com> ---
Created attachment 70210
  --> https://bugs.winehq.org/attachment.cgi?id=70210
Run test_instanced_draw() separately to avoid failures.

Further testing showed that:
* Reproducing the failure is impossible if WINETEST_NO_MT_D3D=1. So this looks
like a parallelism issue.
* Reproducing the failure is still possible even if all the other tests are
commented out except for test_il_append_aligned(). So the failure results from
some bad interaction between these two tests.

So if we cannot find why test_il_append_aligned() and test_instanced_draw()
cannot be run in parallel on cw-rx460, an option would be to run the latter
after the other tests as is already done for test_stream_output_vs(). This is
the purpose of the attached bug51181.diff patch.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list