panfrost/ci: Blacklist flush finish tests
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 15 Jul 2019 18:05:04 +0000 (11:05 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 15 Jul 2019 23:16:19 +0000 (16:16 -0700)
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 <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/ci/deqp-runner.sh

index e389fc484e6eb74ca7f5f4432d1916abcc5d3e2d..c468d95d2b42557ddf4853c66fface3c409b5055 100644 (file)
@@ -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