From 05ded049acaa90ba07295f939910c22bb1e10e3a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 26 Mar 2019 13:43:05 -0700 Subject: [PATCH] test: Skip a few tests on glamor that are known to fail on llvmpipe. Signed-off-by: Eric Anholt --- test/scripts/xephyr-glamor-piglit.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/scripts/xephyr-glamor-piglit.sh b/test/scripts/xephyr-glamor-piglit.sh index c16fdc4f3..0458f271b 100755 --- a/test/scripts/xephyr-glamor-piglit.sh +++ b/test/scripts/xephyr-glamor-piglit.sh @@ -16,6 +16,15 @@ export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/kdrive/ephyr/Xephyr \ -schedMax 2000 \ -screen 1280x1024" +# Tests that currently fail on llvmpipe on CI +PIGLIT_ARGS="$PIGLIT_ARGS -x xcleararea@6" +PIGLIT_ARGS="$PIGLIT_ARGS -x xcleararea@7" +PIGLIT_ARGS="$PIGLIT_ARGS -x xclearwindow@4" +PIGLIT_ARGS="$PIGLIT_ARGS -x xclearwindow@5" +PIGLIT_ARGS="$PIGLIT_ARGS -x xcopyarea@1" + +export PIGLIT_ARGS + $XSERVER_BUILDDIR/test/simple-xinit \ $XSERVER_DIR/test/scripts/run-piglit.sh \ -- \