From 250b6eb908f37bf16a3d152a61f4f7e9d3be68e4 Mon Sep 17 00:00:00 2001 From: Tatsuyuki Ishi Date: Mon, 30 May 2022 14:40:37 +0900 Subject: [PATCH] radv/ci: skip image.sample_texture.*_compressed_format* These tests are flaky due to missing barriers, exposed by 211db6d3336 ("radv: Fix redundant subpass barriers due to erroneous comparison"). Reviewed-by: Martin Roukala Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/ci/radv-skips.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/amd/ci/radv-skips.txt b/src/amd/ci/radv-skips.txt index a1609db..cb1ab79 100644 --- a/src/amd/ci/radv-skips.txt +++ b/src/amd/ci/radv-skips.txt @@ -46,4 +46,7 @@ dEQP-VK.ray_tracing_pipeline.misc.recursiveTraces_tri_15 # CTS bug (https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3717) dEQP-VK.fragment_operations.transient_attachment_bit.color_load_store_op_test_local_bit -dEQP-VK.fragment_operations.transient_attachment_bit.stencil_load_store_op_test_local_bit \ No newline at end of file +dEQP-VK.fragment_operations.transient_attachment_bit.stencil_load_store_op_test_local_bit + +# CTS bug (Missing barriers, issue pending) +dEQP-VK.image.sample_texture.*_compressed_format* \ No newline at end of file -- 2.7.4