mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 13:30:12 +01:00
d3d12: skip time-elapsed piglit tests in ci
flaky Acked-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16866>
This commit is contained in:
parent
5aec67a1e1
commit
4b3afed35a
2 changed files with 3 additions and 3 deletions
|
|
@ -3521,7 +3521,7 @@ wgl/wgl-sanity: skip
|
|||
summary:
|
||||
name: results
|
||||
---- --------
|
||||
pass: 17850
|
||||
pass: 17849
|
||||
fail: 2039
|
||||
crash: 12
|
||||
skip: 1450
|
||||
|
|
@ -3533,4 +3533,4 @@ summary:
|
|||
changes: 0
|
||||
fixes: 0
|
||||
regressions: 0
|
||||
total: 21370
|
||||
total: 21369
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ test-d3d12-quick_gl:
|
|||
variables:
|
||||
PIGLIT_PROFILE: quick_gl
|
||||
PIGLIT_RESULTS: "d3d12-quick_gl"
|
||||
PIGLIT_TESTS: -x nv_copy_depth_to_color -x glsl-1.30.execution.tex-miplevel-selection -x arb_timer_query.timestamp-get -x max-size -x query.gl_timestamp
|
||||
PIGLIT_TESTS: -x nv_copy_depth_to_color -x glsl-1.30.execution.tex-miplevel-selection -x arb_timer_query.timestamp-get -x max-size -x query.gl_timestamp -x query.time-elapsed
|
||||
|
||||
test-d3d12-quick_shader:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue