https://bugs.winehq.org/show_bug.cgi?id=54399
Bug ID: 54399 Summary: d3d11:d3d11 - test_vertex_formats() fails on Windows 11 + AMD Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3d11:d3d11 - test_vertex_formats() fails on Windows 11 + AMD:
d3d11.c:34906: Test failed: Format 0x58: Got {3.96078438e-001, 2.62745112e-001, 1.29411772e-001, 1.42236653e-019}, expected {3.96078438e-001, 2.62745112e-001, 1.29411772e-001, 1.00000000e+000} at (0, 0), sub-resource 0.
See w11pro64-amd in https://test.winehq.org/data/patterns.html#d3d11:d3d11
The failures started on 2023-01-24, that is on the date the test was added by this commit:
commit dc19f5c517af5d04bebb4f26bd79220b02f1ba64 Author: Zebediah Figura zfigura@codeweavers.com AuthorDate: Wed Jan 11 19:25:11 2023 -0600
d3d11/tests: Add a basic test for vertex formats.