Module: Mesa Branch: main Commit: 5aafe29aee9c3647e04e4b171b8260dcd89b0492 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5aafe29aee9c3647e04e4b171b8260dcd89b0492
Author: Dave Airlie <[email protected]> Date: Mon Jul 18 16:36:55 2022 +1000 zink/llvmpipe/ci: skip broken CTS ballot test. Acked-By: Mike Blumenkrantz <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17588> --- src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt | 3 +++ src/gallium/drivers/zink/ci/zink-lvp-skips.txt | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt b/src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt index dabe47e4340..523327c09a4 100644 --- a/src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt +++ b/src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt @@ -16,6 +16,9 @@ KHR-GLES31.core.arrays_of_arrays.InteractionFunctionCalls2 arb_pipeline_statistics_query-comp gl-1.0-blend-func +# this is just broken. +KHR-GL45.shader_ballot_tests.ShaderBallotFunctionRead + # piglit tests that would take too much memory on shared runners max-texture-size maxsize diff --git a/src/gallium/drivers/zink/ci/zink-lvp-skips.txt b/src/gallium/drivers/zink/ci/zink-lvp-skips.txt index 3d10830dea1..de69f762bba 100644 --- a/src/gallium/drivers/zink/ci/zink-lvp-skips.txt +++ b/src/gallium/drivers/zink/ci/zink-lvp-skips.txt @@ -4,6 +4,10 @@ KHR-GL32.texture_size_promotion.functional +# this is just broken. +KHR-GL46.shader_ballot_tests.ShaderBallotBitmasks +KHR-GL46.shader_ballot_tests.ShaderBallotFunctionRead + # ignores copied from the old runner script spec@arb_map_buffer_alignment@arb_map_buffer_alignment-map-invalidate-range spec@arb_timer_query.*
