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 e389fc4..c468d95 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