Module: wine Branch: master Commit: a744265c1e81237dc0e7c37176ccb2aadf8d940f URL: https://gitlab.winehq.org/wine/wine/-/commit/a744265c1e81237dc0e7c37176ccb2a...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Jan 27 16:53:19 2023 +0100
gdi32/tests: Mark another D3DKMTCheckOcclusion() test as flaky.
It shows the same behavior as the one marked by commit 2d19baa6b576.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=51313
---
dlls/gdi32/tests/driver.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/gdi32/tests/driver.c b/dlls/gdi32/tests/driver.c index b2d2a0545ff..9f4835540fc 100644 --- a/dlls/gdi32/tests/driver.c +++ b/dlls/gdi32/tests/driver.c @@ -712,6 +712,7 @@ static void test_D3DKMTCheckOcclusion(void) ShowWindow(hwnd, SW_MINIMIZE); occlusion_desc.hWnd = hwnd; status = pD3DKMTCheckOcclusion(&occlusion_desc); + flaky ok(status == STATUS_SUCCESS, "Got unexpected return code %#lx.\n", status); ShowWindow(hwnd, SW_SHOWNORMAL);