https://bugs.winehq.org/show_bug.cgi?id=52166
Bug ID: 52166 Summary: mfplat:mfplat has a failure in test_d3d12_surface_buffer() on Windows 10 1709 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mfplat Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
mfplat:mfplat has a failure in test_d3d12_surface_buffer() on Windows 10 1709:
mfplat.c:6837: Test failed: Failed to create a buffer, hr 0x80070057.
https://test.winehq.org/data/patterns.html#mfplat:mfplat
The failure happens on cw-rx460 and the TestBot's w1064v1709 VM. cw-gtx560 is also impacted but it normally gets stuck before reaching this test (see bug 52164).
This failure started with the commit that introduced this set of tests:
commit cabc0454270e12b0e6152bd381cfdb7649008d01 Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Dec 2 21:23:43 2021 +0300
mfplat/tests: Add a test for buffers created for d3d12 resources.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org