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 <alyssa.rosenzweig@collabora.com>
This commit is contained in:
Alyssa Rosenzweig 2019-07-15 11:05:04 -07:00
parent c1125d0935
commit 329799257b
1 changed files with 1 additions and 0 deletions

View 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