gdi32/tests: Mark tests failing randomly on Windows as flaky.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=51313
This commit is contained in:
parent
a7be4256f6
commit
2d19baa6b5
1 changed files with 1 additions and 0 deletions
|
@ -671,6 +671,7 @@ static void test_D3DKMTCheckOcclusion(void)
|
||||||
ShowWindow(hwnd, SW_MINIMIZE);
|
ShowWindow(hwnd, SW_MINIMIZE);
|
||||||
occlusion_desc.hWnd = hwnd;
|
occlusion_desc.hWnd = hwnd;
|
||||||
status = pD3DKMTCheckOcclusion(&occlusion_desc);
|
status = pD3DKMTCheckOcclusion(&occlusion_desc);
|
||||||
|
flaky
|
||||||
ok(status == STATUS_SUCCESS, "Got unexpected return code %#lx.\n", status);
|
ok(status == STATUS_SUCCESS, "Got unexpected return code %#lx.\n", status);
|
||||||
ShowWindow(hwnd, SW_SHOWNORMAL);
|
ShowWindow(hwnd, SW_SHOWNORMAL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue