Commit ab8d0daf authored by Alexandre Julliard's avatar Alexandre Julliard

d3d9/tests: Mark a zero-size pixel test as todo.

It fails on the Gitlab CI.
parent 28eafda8
......@@ -12220,6 +12220,7 @@ static void test_pointsize(void)
* it does the "useful" thing on all the drivers I tried. */
/* On WARP it does draw some pixels, most of the time. */
color = getPixelColor(device, 64, 64);
todo_wine_if(!color_match(color, 0x0000ffff, 0))
ok(color_match(color, 0x0000ffff, 0)
|| broken(color_match(color, 0x00ff0000, 0))
|| broken(color_match(color, 0x00ffff00, 0))
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