Mesa (master): ci/freedreno: Ban more flaky clip-enables tests.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 27 21:37:53 UTC 2021


Module: Mesa
Branch: master
Commit: c90ef5bcf431ec2a45abdccd05d320d4eefa716b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c90ef5bcf431ec2a45abdccd05d320d4eefa716b

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 27 09:51:46 2021 -0800

ci/freedreno: Ban more flaky clip-enables tests.

Same cause as vs-clip-vertex-enable, presumably.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8744>

---

 .gitlab-ci.yml                              | 6 ++++--
 .gitlab-ci/piglit/freedreno-a630-shader.txt | 6 ++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3e1f91cca4..805ccf1ec42 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1474,10 +1474,12 @@ arm64_a630_vk_sysmem:
     # vs-output-array-vec2-index-wr-before-gs is skipped because it causes
     # a flood of GPU hangs and makes the rest of the job flakey
     #
-    # vs-clip-vertex-enables skipped because it seems to be flaky in parallel with
-    # other tests (reliably fails on its own)
+    # vs-clip-distance/vertex-enables skipped because they seem to be flaky in
+    # parallel with other tests (reliably fails on its own)
     PIGLIT_OPTIONS: >-
       -x vs-output-array-vec2-index-wr-before-gs
+      -x fixed-clip-enables
+      -x vs-clip-distance-enables
       -x vs-clip-vertex-enables
       -x arb_blend_func_extended-fbo-extended-blend-pattern_gles2
       -x clear-accum
diff --git a/.gitlab-ci/piglit/freedreno-a630-shader.txt b/.gitlab-ci/piglit/freedreno-a630-shader.txt
index 8e5d936eaa1..6ab1d5fc4e8 100644
--- a/.gitlab-ci/piglit/freedreno-a630-shader.txt
+++ b/.gitlab-ci/piglit/freedreno-a630-shader.txt
@@ -931,9 +931,7 @@ spec/glsl-1.10/execution/fs-dfdy-accuracy: warn
 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.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
 spec/glsl-1.30/execution/fs-large-local-array-vec3: crash
 spec/glsl-1.30/execution/fs-large-local-array-vec4: crash
@@ -1127,7 +1125,7 @@ summary:
        name:  results
        ----  --------
        pass:     8878
-       fail:       31
+       fail:       29
       crash:       95
        skip:      997
     timeout:        0
@@ -1138,4 +1136,4 @@ summary:
     changes:        0
       fixes:        0
 regressions:        0
-      total:    10003
+      total:    10001



More information about the mesa-commit mailing list