Commit 8bd9fcbd authored by Alexandre Julliard's avatar Alexandre Julliard

d3d9/tests: Mark a texture sampling test as todo.

It fails on the Gitlab CI.
parent 1a028626
......@@ -26608,6 +26608,7 @@ static void test_mismatched_sample_types(void)
colour = getPixelColor(device, 320, 240);
todo_wine_if(!color_match(colour, tests[i].expected_colour, 1))
ok(color_match(colour, tests[i].expected_colour, 1)
|| broken(tests[i].expected_broken && color_match(colour, tests[i].expected_broken, 1))
|| broken(tests[i].expected_broken2 && color_match(colour, tests[i].expected_broken2, 1)),
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