Module: Mesa Branch: main Commit: 2aa4ed16e22efff340a65cd597a19359b1939dac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2aa4ed16e22efff340a65cd597a19359b1939dac
Author: Martin Roukala (né Peres) <[email protected]> Date: Wed Sep 14 09:08:44 2022 +0300 radv/ci: move some tests from the renoir fail to its flake list This mirrors the change we made for vega10 (6bbe3c6d3) in August... Seems like the chances of a PASS are indeed slim, but possible. Signed-off-by: Martin Roukala (né Peres) <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18590> --- src/amd/ci/radv-renoir-aco-fails.txt | 4 ---- src/amd/ci/radv-renoir-aco-flakes.txt | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/amd/ci/radv-renoir-aco-fails.txt b/src/amd/ci/radv-renoir-aco-fails.txt index bd2671df4bd..0625e4ea99d 100644 --- a/src/amd/ci/radv-renoir-aco-fails.txt +++ b/src/amd/ci/radv-renoir-aco-fails.txt @@ -21,10 +21,6 @@ dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_1.mu dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_2.multi_draw_barriers,Fail dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_4.multi_draw_barriers,Fail dEQP-VK.rasterization.rasterization_order_attachment_access.stencil.samples_8.multi_draw_barriers,Fail -dEQP-VK.image.sample_texture.128_bit_compressed_format_two_samplers,Fail -dEQP-VK.image.sample_texture.128_bit_compressed_format_two_samplers_cubemap,Fail -dEQP-VK.image.sample_texture.64_bit_compressed_format_two_samplers,Fail -dEQP-VK.image.sample_texture.64_bit_compressed_format_two_samplers_cubemap,Fail # New fails in CTS 1.3.3.0 dEQP-VK.api.copy_and_blit.copy_commands2.resolve_image.diff_layout_copy_before_resolving.4_bit_general_general_bind_offset,Fail diff --git a/src/amd/ci/radv-renoir-aco-flakes.txt b/src/amd/ci/radv-renoir-aco-flakes.txt index 3ee9a086e08..3d6ef1bba76 100644 --- a/src/amd/ci/radv-renoir-aco-flakes.txt +++ b/src/amd/ci/radv-renoir-aco-flakes.txt @@ -1,3 +1,7 @@ dEQP-VK.dynamic_rendering.basic.* dEQP-VK.glsl.texture_functions.query.texturequerylod.isampler1d_fragment +dEQP-VK.image.sample_texture.64_bit_compressed_format_two_samplers +dEQP-VK.image.sample_texture.64_bit_compressed_format_two_samplers_cubemap +dEQP-VK.image.sample_texture.128_bit_compressed_format_two_samplers +dEQP-VK.image.sample_texture.128_bit_compressed_format_two_samplers_cubemap dEQP-VK.reconvergence.workgroup_uniform_control_flow_elect.compute.nesting4.2.35
