Commit fc5bb4de authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent b3553705
......@@ -5287,6 +5287,7 @@ static void test_cursor_pos(void)
ok(ret, "Failed to set cursor position.\n");
flush_events();
flaky
ok((!expect_pos->x && !expect_pos->y) || broken(expect_pos - points == 7),
"Didn't receive MOUSEMOVE %u (%ld, %ld).\n",
(unsigned)(expect_pos - points), expect_pos->x, expect_pos->y);
......
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