Mesa (master): gitlab-ci: ignore nv_copy_depth_to_color

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Dec 2 10:34:35 UTC 2020


Module: Mesa
Branch: master
Commit: b79eac6b0736bf02788b87d420dc9022e1808751
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b79eac6b0736bf02788b87d420dc9022e1808751

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Dec  1 17:10:06 2020 +0100

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 at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7857>

---

 .gitlab-ci.yml                  | 1 +
 .gitlab-ci/windows/quick_gl.txt | 9 ++-------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0503a604a0..c8a79a6a21c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
diff --git a/.gitlab-ci/windows/quick_gl.txt b/.gitlab-ci/windows/quick_gl.txt
index 751dc007d97..3c85d7b27f6 100644
--- a/.gitlab-ci/windows/quick_gl.txt
+++ b/.gitlab-ci/windows/quick_gl.txt
@@ -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



More information about the mesa-commit mailing list