https://bugs.winehq.org/show_bug.cgi?id=53139
Bug ID: 53139 Summary: d3dx9_36:mesh - test_weld_vertices() has 11 rare failures on Windows 8 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d-util Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
d3dx9_36:mesh - test_weld_vertices() has 11 rare failures on Windows:
mesh.c:8414: Test failed: Mesh 26: new_num_vertices == 4, expected 6. mesh.c:8428: Test failed: Mesh 26: indices[3] == 1, expected 3 mesh.c:8428: Test failed: Mesh 26: indices[4] == 3, expected 4 mesh.c:8428: Test failed: Mesh 26: indices[5] == 2, expected 5 mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[3] == 4, expected 3 mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[4] == -1, expected 4 mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[5] == -1, expected 5 mesh.c:8484: Test failed: Mesh 26: Got (3.000000, 0.000000, 0.000000) for vertex 3 position, expected (2.000000, 3.000000, 0.000000). mesh.c:8484: Test failed: Mesh 26: Got (255, 255, 255, 255) for vertex 3 undefined color, expected (0, 0, 0, 0). mesh.c:8484: Test failed: Mesh 26: Got (2.000000, 3.000000, 0.000000) for vertex 4 position, expected (3.000000, 0.000000, 0.000000). mesh.c:8484: Test failed: Mesh 26: Got (255, 255, 255, 255) for vertex 5 undefined color, expected (1, 1, 1, 1).
https://test.winehq.org/data/patterns.html#d3dx9_36:mesh
These failures seem to only happen on Windows 8 but they are rare enough (~3.7%) that there is probably not enough evidence to definitively exclude the other Windows versions.
https://bugs.winehq.org/show_bug.cgi?id=53139
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=53139
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME
--- Comment #1 from François Gouget fgouget@codeweavers.com --- These failures last happened on 2022-06-03. So despite being rare and there being no obvious patch that could explain the fix, we can probably consider them to be fixed by now.
https://bugs.winehq.org/show_bug.cgi?id=53139
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Closing.