diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-06-24 15:06:47 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-06-25 13:39:18 -0700 |
commit | 33f3cac1c222327dfc19ee71ea8002097eab4691 (patch) | |
tree | bc6992e14fb3e7f05cc597df492ed6d86b6f7931 /src/gallium/drivers/panfrost/ci/deqp-runner.sh | |
parent | f34635c6994da0789e3158a69176c55d4ba1d2bf (diff) |
panfrost/ci: Run full set of mipmap tests
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/ci/deqp-runner.sh')
-rw-r--r-- | src/gallium/drivers/panfrost/ci/deqp-runner.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/panfrost/ci/deqp-runner.sh b/src/gallium/drivers/panfrost/ci/deqp-runner.sh index 0b11202c108..228f4141cba 100644 --- a/src/gallium/drivers/panfrost/ci/deqp-runner.sh +++ b/src/gallium/drivers/panfrost/ci/deqp-runner.sh @@ -28,9 +28,6 @@ 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 |