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@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8275>
This commit is contained in:
Eric Anholt
2020-12-29 11:21:26 -08:00
parent a3785e3481
commit 30caea2820
2 changed files with 5 additions and 4 deletions

View File

@@ -1240,9 +1240,11 @@ softpipe-piglit-quick:
variables: variables:
GALLIUM_DRIVER: softpipe GALLIUM_DRIVER: softpipe
# rasterpos skipped due to flakes from use-after-free of the draw vs. # 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: > PIGLIT_OPTIONS: >
--process-isolation false --process-isolation false
-x rasterpos -x rasterpos
-x triangle-rasterization
-x egl_ext_device_ -x egl_ext_device_
-x egl_ext_platform_device -x egl_ext_platform_device
-x ext_timer_query@time-elapsed -x ext_timer_query@time-elapsed

View File

@@ -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/copy-pixels samples=8: skip
spec/!opengl 1.4/gl-1.4-polygon-offset: fail 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/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/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/tes-out and fs: skip
spec/!opengl 2.0/vertex-program-two-side back back2/vs, tcs, tes 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: summary:
name: results name: results
---- -------- ---- --------
pass: 26804 pass: 26802
fail: 400 fail: 399
crash: 42 crash: 42
skip: 2612 skip: 2612
timeout: 0 timeout: 0
@@ -3096,4 +3095,4 @@ summary:
changes: 0 changes: 0
fixes: 0 fixes: 0
regressions: 0 regressions: 0
total: 29887 total: 29884