Module: Mesa Branch: main Commit: 49b5e5be5ab24404bb6767ee6e63aca854b6f81d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49b5e5be5ab24404bb6767ee6e63aca854b6f81d
Author: Mike Blumenkrantz <[email protected]> Date: Mon Sep 20 18:00:49 2021 -0400 zink: disable miplevel tests in ci completely for now I still can't repro, and I'm running these regularly on multiple platforms, so they're not going to get any worse for the time being Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12947> --- src/gallium/drivers/zink/ci/piglit-zink-lvp-flakes.txt | 3 --- src/gallium/drivers/zink/ci/piglit-zink-lvp-skips.txt | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/zink/ci/piglit-zink-lvp-flakes.txt b/src/gallium/drivers/zink/ci/piglit-zink-lvp-flakes.txt index 104c2c0cc9f..e2b5fddf8fd 100644 --- a/src/gallium/drivers/zink/ci/piglit-zink-lvp-flakes.txt +++ b/src/gallium/drivers/zink/ci/piglit-zink-lvp-flakes.txt @@ -1,4 +1 @@ spec@khr_debug@push-pop-group_gl.* -# I can't reproduce these crashes locally -# even after running them in loops for 4+ hours, so disable for now -spec@arb_shader_texture_lod@execution@tex-miplevel-selection* diff --git a/src/gallium/drivers/zink/ci/piglit-zink-lvp-skips.txt b/src/gallium/drivers/zink/ci/piglit-zink-lvp-skips.txt index c15f4acd695..423ea711ccd 100644 --- a/src/gallium/drivers/zink/ci/piglit-zink-lvp-skips.txt +++ b/src/gallium/drivers/zink/ci/piglit-zink-lvp-skips.txt @@ -25,3 +25,7 @@ glx@glx-multi-context-single-window # This one takes too long, but passes. There's other tests that don't # try all the combinations, so that's probably enough. spec@arb_compute_shader@local-id-explosion + +# I can't reproduce these crashes locally +# even after running them in loops for 4+ hours, so disable for now +spec@arb_shader_texture_lod@execution@tex-miplevel-selection*
