diff options
author | Tomeu Vizoso <[email protected]> | 2019-05-07 13:43:14 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-05-10 07:37:47 +0200 |
commit | 67b9c196d0a403d7252448f262627eaeff49a958 (patch) | |
tree | 3798275ae93e579a611abf6d08c4af99efb6c6ef /src/gallium/drivers/panfrost/ci | |
parent | a94cf20051b66ee37149563bf967dbacec7ee0e5 (diff) |
panfrost: ci: Skip running some tests
These tests add too much time to the total run time, and some of them
even hang the DUTs, even if I haven't been able to reproduce it locally.
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/deqp-runner.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh index 68d9bc1fc87..8d30eae28b0 100644 --- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh +++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh @@ -27,9 +27,11 @@ sleep 1 # Give some time for Weston to start up # Disable for now tests that are very slow, either by just using lots of CPU or by crashing 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.texture.filtering.2d.linear_mipmap_linear_/d' /tmp/case-list.txt sed -i '/dEQP-GLES2.functional.texture.filtering.cube.linear_mipmap_linear_/d' /tmp/case-list.txt sed -i '/dEQP-GLES2.functional.texture.filtering.cube.linear_mipmap_nearest_/d' /tmp/case-list.txt +sed -i '/dEQP-GLES2.functional.fbo.render.depth./d' /tmp/case-list.txt # Cannot use tee because dash doesn't have pipefail touch /tmp/result.txt |