Mesa (master): ci/softpipe: Skip flaky triangle-rasterization-overdraw.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 31 18:02:59 UTC 2020


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Dec 29 11:21:26 2020 -0800

ci/softpipe: Skip flaky triangle-rasterization-overdraw.

It runs a different test each run based on current time, and fails
occasionally.  Until the test can get fixed, remove it.

Reviewed-by: Adam Jackson <ajax at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8275>

---

 .gitlab-ci.yml                       | 2 ++
 .gitlab-ci/piglit/softpipe-quick.txt | 7 +++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfee0f6dfb7..9483fb5ea5f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1240,9 +1240,11 @@ softpipe-piglit-quick:
   variables:
     GALLIUM_DRIVER: softpipe
     # rasterpos skipped due to flakes from use-after-free of the draw vs.
+    # triangle-rasterization skipped due to flakes thanks to it using a time-based random seed.
     PIGLIT_OPTIONS: >
       --process-isolation false
       -x rasterpos
+      -x triangle-rasterization
       -x egl_ext_device_
       -x egl_ext_platform_device
       -x ext_timer_query at time-elapsed
diff --git a/.gitlab-ci/piglit/softpipe-quick.txt b/.gitlab-ci/piglit/softpipe-quick.txt
index 069633016ce..156649a08b4 100644
--- a/.gitlab-ci/piglit/softpipe-quick.txt
+++ b/.gitlab-ci/piglit/softpipe-quick.txt
@@ -263,7 +263,6 @@ spec/!opengl 1.4/copy-pixels samples=6: skip
 spec/!opengl 1.4/copy-pixels samples=8: skip
 spec/!opengl 1.4/gl-1.4-polygon-offset: fail
 spec/!opengl 1.4/gl-1.4-rgba-mipmap-texture-with-rgb-visual: skip
-spec/!opengl 1.4/triangle-rasterization-overdraw: fail
 spec/!opengl 2.0/vertex-program-two-side back back2/tcs-out, tes and fs: skip
 spec/!opengl 2.0/vertex-program-two-side back back2/tes-out and fs: skip
 spec/!opengl 2.0/vertex-program-two-side back back2/vs, tcs, tes and fs: skip
@@ -3084,8 +3083,8 @@ wgl/wgl-sanity: skip
 summary:
        name:  results
        ----  --------
-       pass:    26804
-       fail:      400
+       pass:    26802
+       fail:      399
       crash:       42
        skip:     2612
     timeout:        0
@@ -3096,4 +3095,4 @@ summary:
     changes:        0
       fixes:        0
 regressions:        0
-      total:    29887
+      total:    29884



More information about the mesa-commit mailing list