https://bugs.winehq.org/show_bug.cgi?id=52165
Bug ID: 52165 Summary: mfplat:mfplat has failures in test_sample_allocator_d3d12() 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 failures in test_sample_allocator_d3d12() on Windows 10 1709:
mfplat.c:7365: Test failed: Failed to set a device, hr 0x80070057. mfplat.c:7383: Test failed: Unexpected hr 0x80041000.
https://test.winehq.org/data/patterns.html#mfplat:mfplat
The failures happen 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).
The failures started with the commit that introduced this set of tests:
commit f03933fbb73152c7a54383fba411a611af7aaa55 Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Nov 27 00:03:59 2021 +0300
mfplat/tests: Add some tests for video sample allocator using D3D12 device.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org