Francois Gouget : d3d9/tests: Mark the test_wndproc_windowed() tests failing randomly on Windows as flaky.
Module: wine Branch: master Commit: 42290cddc53ea1e5b30d2e19e22297a121878f00 URL: https://gitlab.winehq.org/wine/wine/-/commit/42290cddc53ea1e5b30d2e19e22297a... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Sat Oct 1 10:33:34 2022 +0200 d3d9/tests: Mark the test_wndproc_windowed() tests failing randomly on Windows as flaky. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53283 --- dlls/d3d9/tests/d3d9ex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/d3d9/tests/d3d9ex.c b/dlls/d3d9/tests/d3d9ex.c index 19c4eec7921..b9c5ecd2e05 100644 --- a/dlls/d3d9/tests/d3d9ex.c +++ b/dlls/d3d9/tests/d3d9ex.c @@ -3297,6 +3297,7 @@ static void test_wndproc_windowed(void) if (thread_params.running_in_foreground) { tmp = GetForegroundWindow(); + flaky ok(tmp == thread_params.dummy_window, "Expected foreground window %p, got %p.\n", thread_params.dummy_window, tmp); }
participants (1)
-
Alexandre Julliard