Module: Mesa Branch: main Commit: f7dd9e580644dc3d534e6c0f869d68179f724c81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7dd9e580644dc3d534e6c0f869d68179f724c81
Author: Martin Roukala (né Peres) <[email protected]> Date: Fri Jan 20 09:45:58 2023 +0200 zink/ci: add spec@!opengl 1.1@line-smooth-stipple to the fails list Fixes: a8d2b288eee3 ("ci/piglit: 2023-01-19 uprev") Signed-off-by: Martin Roukala (né Peres) <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20807> --- src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt | 3 +++ src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt b/src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt index f8b3b11d037..d19a73e0b86 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt @@ -484,3 +484,6 @@ spec@nv_shader_atomic_int64@execution@ssbo-atomicmin-uint,Crash # Introduced with the uprev of piglit (70ce1dcacc92 - "ci: Update piglit with s3 support") spec@egl 1.4@egl-ext_egl_image_storage,Fail + +# Introduced by a8d2b288eee3 ("ci/piglit: 2023-01-19 uprev") +spec@!opengl 1.1@line-smooth-stipple,Fail diff --git a/src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt b/src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt index b051f0af248..29995463683 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt @@ -483,6 +483,9 @@ spec@nv_shader_atomic_int64@execution@ssbo-atomicmin-uint,Crash # Introduced with the uprev of piglit (70ce1dcacc92 - "ci: Update piglit with s3 support") spec@egl 1.4@egl-ext_egl_image_storage,Fail +# Introduced by a8d2b288eee3 ("ci/piglit: 2023-01-19 uprev") +spec@!opengl 1.1@line-smooth-stipple,Fail + # Delta over NAVI10 spec@!opengl 1.1@depthstencil-default_fb-blit samples=4,Fail spec@!opengl 1.1@depthstencil-default_fb-blit samples=6,Fail
