mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
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>
This commit is contained in:
parent
2a73a2a679
commit
c90ef5bcf4
2 changed files with 6 additions and 6 deletions
|
|
@ -1474,10 +1474,12 @@ arm64_a630_vk_sysmem:
|
||||||
# vs-output-array-vec2-index-wr-before-gs is skipped because it causes
|
# 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
|
# 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
|
# vs-clip-distance/vertex-enables skipped because they seem to be flaky in
|
||||||
# other tests (reliably fails on its own)
|
# parallel with other tests (reliably fails on its own)
|
||||||
PIGLIT_OPTIONS: >-
|
PIGLIT_OPTIONS: >-
|
||||||
-x vs-output-array-vec2-index-wr-before-gs
|
-x vs-output-array-vec2-index-wr-before-gs
|
||||||
|
-x fixed-clip-enables
|
||||||
|
-x vs-clip-distance-enables
|
||||||
-x vs-clip-vertex-enables
|
-x vs-clip-vertex-enables
|
||||||
-x arb_blend_func_extended-fbo-extended-blend-pattern_gles2
|
-x arb_blend_func_extended-fbo-extended-blend-pattern_gles2
|
||||||
-x clear-accum
|
-x clear-accum
|
||||||
|
|
|
||||||
|
|
@ -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/execution/vsfs-unused-array-member: crash
|
||||||
spec/glsl-1.10/preprocessor/extension-defined-test: skip
|
spec/glsl-1.10/preprocessor/extension-defined-test: skip
|
||||||
spec/glsl-1.10/preprocessor/extension-if-1: 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-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-vec2: crash
|
||||||
spec/glsl-1.30/execution/fs-large-local-array-vec3: crash
|
spec/glsl-1.30/execution/fs-large-local-array-vec3: crash
|
||||||
spec/glsl-1.30/execution/fs-large-local-array-vec4: crash
|
spec/glsl-1.30/execution/fs-large-local-array-vec4: crash
|
||||||
|
|
@ -1127,7 +1125,7 @@ summary:
|
||||||
name: results
|
name: results
|
||||||
---- --------
|
---- --------
|
||||||
pass: 8878
|
pass: 8878
|
||||||
fail: 31
|
fail: 29
|
||||||
crash: 95
|
crash: 95
|
||||||
skip: 997
|
skip: 997
|
||||||
timeout: 0
|
timeout: 0
|
||||||
|
|
@ -1138,4 +1136,4 @@ summary:
|
||||||
changes: 0
|
changes: 0
|
||||||
fixes: 0
|
fixes: 0
|
||||||
regressions: 0
|
regressions: 0
|
||||||
total: 10003
|
total: 10001
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue