[PATCH] d3dcompiler/tests: Fix some d3dcompiler_47 test failures on Windows 8.

Sven Baars sven.wine at gmail.com
Thu Nov 14 14:16:43 CST 2019


On 14-11-19 21:04, Matteo Bruni wrote:
> Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
> ---
> FWIW this test failure is suspicious, it implies that Windows 8's
> d3dcompiler_47 behaves differently from Windows 10's d3dcompiler_47
> (since the hr shouldn't depend on anything external to the DLL
> itself... or maybe it does?)
> 
Hey Matteo,

The version of d3dcompiler_47 on Windows 8 is reported as
6.3.9600.16384, the version on Windows 10 as 10.0.xxxxx.xxxxx. For
d3dcompiler_43, both have version 9.29.952.3111.

These changed error codes also seem to be fairly common on Windows 10,
even between different versions of Windows 10 (where dlls have the same
major version). Many of the test failures on Windows 10 exist(ed)
because of this. Is there a reason why this shouldn't be the case for
d3dcompiler_47?

Best,
Sven



More information about the wine-devel mailing list