test: Skip a few tests on glamor that are known to fail on llvmpipe.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
30369c6345
commit
05ded049ac
|
@ -16,6 +16,15 @@ export SERVER_COMMAND="$XSERVER_BUILDDIR/hw/kdrive/ephyr/Xephyr \
|
||||||
-schedMax 2000 \
|
-schedMax 2000 \
|
||||||
-screen 1280x1024"
|
-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_BUILDDIR/test/simple-xinit \
|
||||||
$XSERVER_DIR/test/scripts/run-piglit.sh \
|
$XSERVER_DIR/test/scripts/run-piglit.sh \
|
||||||
-- \
|
-- \
|
||||||
|
|
Loading…
Reference in New Issue