From: Alyssa Rosenzweig Date: Mon, 15 Jul 2019 18:05:04 +0000 (-0700) Subject: panfrost/ci: Blacklist flush finish tests X-Git-Tag: upstream/19.3.0~4173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=329799257b6a44aaeabee200664e2bb552f473fe;p=platform%2Fupstream%2Fmesa.git 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 --- diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh index e389fc4..c468d95 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