diff options
author | Eric Anholt <eric@anholt.net> | 2019-03-26 13:43:05 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2019-03-27 09:57:53 -0700 |
commit | 05ded049acaa90ba07295f939910c22bb1e10e3a (patch) | |
tree | 3dd88be0592eabd1d2621efcbdf06d9da46f2c0b | |
parent | 30369c6345250d71ef9ca5b12e4991c601e350c6 (diff) |
test: Skip a few tests on glamor that are known to fail on llvmpipe.
Signed-off-by: Eric Anholt <eric@anholt.net>
-rwxr-xr-x | test/scripts/xephyr-glamor-piglit.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 \ -- \ |