Mesa (main): radv/ci: skip image.sample_texture.*_compressed_format*

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 30 09:39:23 UTC 2022


Module: Mesa
Branch: main
Commit: 250b6eb908f37bf16a3d152a61f4f7e9d3be68e4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=250b6eb908f37bf16a3d152a61f4f7e9d3be68e4

Author: Tatsuyuki Ishi <ishitatsuyuki at gmail.com>
Date:   Mon May 30 14:40:37 2022 +0900

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 <martin.roukala at mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16762>

---

 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 a1609dbf2bc..cb1ab79e701 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



More information about the mesa-commit mailing list