summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2021-01-26 09:10:32 -0800
committerMarge Bot <eric+marge@anholt.net>2021-01-26 19:17:27 +0000
commit4fdd8b09bd629ef53dfbfde6da729c37dfc0eef4 (patch)
treef5445b94d2b196c323da43537fd95ff47c898332 /.gitlab-ci
parentce1bb26b0601fa0f39a471cb80d2d46329549eca (diff)
ci/freedreno: Ban vs-clip-vertex-enables which flakes in CI.
It's reliably failing on its own, but has shown up as the top flake in CI. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8722>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/piglit/freedreno-a630-shader.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci/piglit/freedreno-a630-shader.txt b/.gitlab-ci/piglit/freedreno-a630-shader.txt
index 7adcbb339e0..8e5d936eaa1 100644
--- a/.gitlab-ci/piglit/freedreno-a630-shader.txt
+++ b/.gitlab-ci/piglit/freedreno-a630-shader.txt
@@ -932,7 +932,6 @@ spec/glsl-1.10/execution/vsfs-unused-array-member: crash
spec/glsl-1.10/preprocessor/extension-defined-test: skip
spec/glsl-1.10/preprocessor/extension-if-1: skip
spec/glsl-1.20/execution/clipping/fixed-clip-enables: fail
-spec/glsl-1.20/execution/clipping/vs-clip-vertex-enables: fail
spec/glsl-1.30/execution/clipping/vs-clip-distance-deadcode: crash
spec/glsl-1.30/execution/clipping/vs-clip-distance-enables: fail
spec/glsl-1.30/execution/fs-large-local-array-vec2: crash
@@ -1128,7 +1127,7 @@ summary:
name: results
---- --------
pass: 8878
- fail: 32
+ fail: 31
crash: 95
skip: 997
timeout: 0
@@ -1139,4 +1138,4 @@ summary:
changes: 0
fixes: 0
regressions: 0
- total: 10004
+ total: 10003