Alexandre Julliard : d3d8/tests: Mark a zero-size pixel test as todo.
Module: wine Branch: master Commit: 28eafda808c5c426ebc54580607ae714bad1a8f2 URL: https://gitlab.winehq.org/wine/wine/-/commit/28eafda808c5c426ebc54580607ae71... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Dec 19 15:15:09 2022 +0100 d3d8/tests: Mark a zero-size pixel test as todo. It fails on the Gitlab CI. --- dlls/d3d8/tests/visual.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/d3d8/tests/visual.c b/dlls/d3d8/tests/visual.c index 434474b292d..ea2d96378f7 100644 --- a/dlls/d3d8/tests/visual.c +++ b/dlls/d3d8/tests/visual.c @@ -7833,6 +7833,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))
participants (1)
-
Alexandre Julliard