mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 00:49:04 +02:00
d3d12/ci: Skip flaky tex-miplevel-selection and timestamp tests
Acked-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14494>
This commit is contained in:
parent
d15ff96da2
commit
5028630bd6
2 changed files with 4 additions and 5 deletions
|
|
@ -4117,7 +4117,6 @@ spec/glsl-1.10/execution/varying-packing/simple vec4 array: crash
|
|||
spec/glsl-1.10/execution/varying-packing/simple vec4 arrays_of_arrays: crash
|
||||
spec/glsl-1.10/execution/varying-packing/simple vec4 separate: crash
|
||||
spec/glsl-1.30/execution/fs-texelfetch-2d: fail
|
||||
spec/glsl-1.30/execution/tex-miplevel-selection textureoffset 2darrayshadow: skip
|
||||
spec/glsl-1.50/execution/geometry/primitive-types gl_triangle_strip: fail
|
||||
spec/glsl-1.50/execution/geometry/primitive-types gl_triangle_strip_adjacency: fail
|
||||
spec/glsl-1.50/execution/geometry/tri-strip-ordering-with-prim-restart gl_triangle_strip ffs: fail
|
||||
|
|
@ -4308,10 +4307,10 @@ wgl/wgl-sanity: skip
|
|||
summary:
|
||||
name: results
|
||||
---- --------
|
||||
pass: 15979
|
||||
pass: 15823
|
||||
fail: 1200
|
||||
crash: 68
|
||||
skip: 3019
|
||||
skip: 3018
|
||||
timeout: 0
|
||||
warn: 10
|
||||
incomplete: 0
|
||||
|
|
@ -4320,4 +4319,4 @@ summary:
|
|||
changes: 0
|
||||
fixes: 0
|
||||
regressions: 0
|
||||
total: 20286
|
||||
total: 20129
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ test-d3d12-quick_gl:
|
|||
variables:
|
||||
PIGLIT_PROFILE: quick_gl
|
||||
PIGLIT_RESULTS: "d3d12-quick_gl"
|
||||
PIGLIT_TESTS: -x nv_copy_depth_to_color
|
||||
PIGLIT_TESTS: -x nv_copy_depth_to_color -x glsl-1.30.execution.tex-miplevel-selection -x arb_timer_query.timestamp-get
|
||||
|
||||
test-d3d12-quick_shader:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue