diff options
Diffstat (limited to '.gitlab-ci/deqp-softpipe-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-softpipe-skips.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci/deqp-softpipe-skips.txt b/.gitlab-ci/deqp-softpipe-skips.txt new file mode 100644 index 00000000000..5efd9dc7c0b --- /dev/null +++ b/.gitlab-ci/deqp-softpipe-skips.txt @@ -0,0 +1,16 @@ +# Note: skips lists for CI are just a list of lines that, when +# non-zero-length and not starting with '#', will regex match to +# delete lines from the test list. Be careful. + +# Skip the perf/stress tests to keep runtime manageable +dEQP-GLES[0-9]*.performance.* +dEQP-GLES[0-9]*.stress.* + +# These are really slow on tiling architectures (including llvmpipe). +dEQP-GLES[0-9]*.functional.flush_finish.* + +# Random failures +dEQP-GLES31.functional.shaders.builtin_functions.*geometry + +dEQP-GLES31.functional.fbo.no_attachments.maximums.all +dEQP-GLES31.functional.fbo.no_attachments.maximums.size |