https://bugs.winehq.org/show_bug.cgi?id=54187
Bug ID: 54187 Summary: dxgi:dxgi - test_swapchain_parameters() sometimes gets access denied errors on Windows 8 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
dxgi:dxgi - test_swapchain_parameters() sometimes gets access denied errors on Windows 8:
dxgi.c:4487: Test failed: Got unexpected hr 0x80070005, test 10. dxgi.c:4487: Test failed: Got unexpected hr 0x80070005, test 11. dxgi.c:4487: Test failed: Got unexpected hr 0x80070005, test 20. dxgi.c:4487: Test failed: Got unexpected hr 0x80070005, test 33. dxgi.c:4487: Test failed: Got unexpected hr 0x80070005, test 34. dxgi.c:4487: Test failed: Got unexpected hr 0x80070005, test 43.
See https://test.winehq.org/data/patterns.html#dxgi:dxgi
Where 0x80070005 == E_ACCESSDENIED
This always happens with the same set of 6 tests.
This happened once on w8adm (2022-11-29) but usually happens on w864 (4 instances) where the test runs with elevated privileges.