Skip to content

Instantly share code, notes, and snippets.

@anarsoul
Created March 14, 2021 17:39
Show Gist options
  • Save anarsoul/26707543f45643158aa68fd5b8c323cb to your computer and use it in GitHub Desktop.
Save anarsoul/26707543f45643158aa68fd5b8c323cb to your computer and use it in GitHub Desktop.
#!/bin/sh
pushd build/modules/gles2
DEQP_RUNNER_OPTIONS="$DEQP_RUNNER_OPTIONS --baseline /home/alarm/src/mesa/src/gallium/drivers/lima/ci/deqp-lima-fails.txt"
#DEQP_RUNNER_OPTIONS="$DEQP_RUNNER_OPTIONS --flakes /home/alarm/src/mesa/src/gallium/drivers/lima/ci/deqp-lima-flakes.txt"
DEQP_RUNNER_OPTIONS="$DEQP_RUNNER_OPTIONS --skips /home/alarm/src/mesa/src/gallium/drivers/lima/ci/deqp-lima-skips.txt"
CASELIST=/home/alarm/src/deqp/mustpass/gles2-master.txt
DEQP_OPTIONS="--deqp-surface-type=pbuffer --deqp-surface-width=256 --deqp-surface-height=256 --deqp-gl-config-name=rgba8888d24s8ms0"
DEQP=./deqp-gles2
JOB="--jobs 4"
RESULTS=/home/alarm/src/deqp/results
deqp-runner \
run \
--deqp $DEQP \
--output $RESULTS \
--caselist $CASELIST \
--testlog-to-xml /deqp/executor/testlog-to-xml \
$JOB \
$DEQP_RUNNER_OPTIONS \
-- \
$DEQP_OPTIONS
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment