Commit 42290cdd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3d9/tests: Mark the test_wndproc_windowed() tests failing randomly on Windows as flaky.

parent fc5bb4de
...@@ -3297,6 +3297,7 @@ static void test_wndproc_windowed(void) ...@@ -3297,6 +3297,7 @@ static void test_wndproc_windowed(void)
if (thread_params.running_in_foreground) if (thread_params.running_in_foreground)
{ {
tmp = GetForegroundWindow(); tmp = GetForegroundWindow();
flaky
ok(tmp == thread_params.dummy_window, "Expected foreground window %p, got %p.\n", ok(tmp == thread_params.dummy_window, "Expected foreground window %p, got %p.\n",
thread_params.dummy_window, tmp); thread_params.dummy_window, tmp);
} }
......
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