gitlab-ci: ignore nv_copy_depth_to_color

This seems to be spuriously changing between crash and fail, so let's
skip it for now.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7857>
This commit is contained in:
Erik Faye-Lund 2020-12-01 17:10:06 +01:00
parent d560addc30
commit b79eac6b07
2 changed files with 3 additions and 7 deletions

View File

@ -823,6 +823,7 @@ test-d3d12-windows:
variables:
GALLIUM_DRIVER: d3d12
PIGLIT_PROFILE: quick_gl
PIGLIT_OPTIONS: -x nv_copy_depth_to_color
script:
- . .\.gitlab-ci\windows\piglit_run.ps1
artifacts:

View File

@ -4663,11 +4663,6 @@ spec/nv_alpha_to_coverage_dither_control/nv_alpha_to_coverage_dither_control 9:
spec/nv_alpha_to_coverage_dither_control/nv_alpha_to_coverage_dither_control-error: skip
spec/nv_conditional_render/copypixels: fail
spec/nv_conditional_render/generatemipmap: fail
spec/nv_copy_depth_to_color/nv_copy_depth_to_color: crash
spec/nv_copy_depth_to_color/nv_copy_depth_to_color 0 0x223344ff: crash
spec/nv_copy_depth_to_color/nv_copy_depth_to_color 0 0x76356278: crash
spec/nv_copy_depth_to_color/nv_copy_depth_to_color 1 0x223344ff: crash
spec/nv_copy_depth_to_color/nv_copy_depth_to_color 1 0x76356278: crash
spec/nv_copy_image/nv_copy_image-formats --samples=2: skip
spec/nv_copy_image/nv_copy_image-formats --samples=4: skip
spec/nv_copy_image/nv_copy_image-formats --samples=8: skip
@ -4756,7 +4751,7 @@ summary:
---- --------
pass: 13248
fail: 539
crash: 80
crash: 75
skip: 4114
timeout: 0
warn: 10
@ -4766,4 +4761,4 @@ summary:
changes: 0
fixes: 0
regressions: 0
total: 18001
total: 17996