summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/ci
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-07-15 11:05:04 -0700
committerAlyssa Rosenzweig <[email protected]>2019-07-15 16:16:19 -0700
commit329799257b6a44aaeabee200664e2bb552f473fe (patch)
treeb717a2a45b2fed03b5b7ab9d9db5f95cb15cf5b2 /src/gallium/drivers/panfrost/ci
parentc1125d09355da276646988061e4b2b5331e94413 (diff)
panfrost/ci: Blacklist flush finish tests
We don't implement batch splitting quite yet which is necessary for the ludicrous number of draw calls these tests invoke. Blacklist them for now. Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r--src/gallium/drivers/panfrost/ci/deqp-runner.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
index e389fc484e6..c468d95d2b4 100644
--- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh
+++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh
@@ -27,6 +27,7 @@ sleep 1 # Give some time for Weston to start up
sed -i '/dEQP-GLES2.performance/d' /tmp/case-list.txt
sed -i '/dEQP-GLES2.stress/d' /tmp/case-list.txt
sed -i '/dEQP-GLES2.functional.fbo.render.depth./d' /tmp/case-list.txt
+sed -i '/dEQP-GLES2.functional.flush_finish./d' /tmp/case-list.txt
# Cannot use tee because dash doesn't have pipefail
touch /tmp/result.txt