1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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

It fails on the Gitlab CI.
This commit is contained in:
Alexandre Julliard 2022-12-21 12:19:18 +01:00
parent 1a02862622
commit 8bd9fcbdea

View file

@ -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)),