Commit 2436964d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32/tests: Mark a couple other D3DKMTCheckOcclusion() tests as flaky.

They also happen randomly on Windows (see commit 2d19baa6). Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=51313
parent 417d2c02
......@@ -799,11 +799,13 @@ static void test_D3DKMTCheckOcclusion(void)
occlusion_desc.hWnd = hwnd;
status = pD3DKMTCheckOcclusion(&occlusion_desc);
flaky
ok(status == STATUS_SUCCESS, "Got unexpected return code %#lx.\n", status);
check_owner_desc.hAdapter = open_adapter_gdi_desc.hAdapter;
check_owner_desc.VidPnSourceId = open_adapter_gdi_desc.VidPnSourceId;
status = pD3DKMTCheckVidPnExclusiveOwnership(&check_owner_desc);
flaky
ok(status == STATUS_SUCCESS || status == STATUS_GRAPHICS_PRESENT_UNOCCLUDED, "Got unexpected return code %#lx.\n", status);
destroy_device_desc.hDevice = create_device_desc.hDevice;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment