From 07e3eb061ae575c75bdf1f961762bc34680e3869 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 26 Sep 2023 08:00:46 +0300 Subject: [PATCH] radv/ci/vkcts-navi10: catch all the line-related flakes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/radv-navi10-aco-flakes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/amd/ci/radv-navi10-aco-flakes.txt b/src/amd/ci/radv-navi10-aco-flakes.txt index c398eb0..86a413e 100644 --- a/src/amd/ci/radv-navi10-aco-flakes.txt +++ b/src/amd/ci/radv-navi10-aco-flakes.txt @@ -5,12 +5,12 @@ dEQP-VK.dynamic_rendering.basic.* dEQP-VK.dynamic_rendering.primary_cmd_buff.*resuming.* dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_cmdbuffers dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.single_cmdbuffer -dEQP-VK.pipeline.fast_linked_library.extended_dynamic_state.before_draw.line_stipple_disable -dEQP-VK.pipeline.fast_linked_library.extended_dynamic_state.before_good_static.line_stipple_disable dEQP-VK.pipeline.fast_linked_library.image.suballocation.sampling_type.combined.view_type.cube_array.format.r8g8b8a8_unorm.count_4.size.32x32_array_of_36 -dEQP-VK.pipeline.pipeline_library.extended_dynamic_state.two_draws_static.line_stipple_disable -dEQP-VK.pipeline.fast_linked_library.extended_dynamic_state.two_draws_static.topology_line dEQP-VK.pipeline.fast_linked_library.multisample_interpolation.sample_interpolation_consistency.component_1.128_128_1.samples_8 dEQP-VK.pipeline.monolithic.extended_dynamic_state.cmd_buffer_start.topology_line_geom dEQP-VK.query_pool.statistics_query.host_query_reset.geometry_shader_invocations.secondary.32bits_triangle_strip_clear_depth dEQP-VK.texture.filtering.3d.combinations.nearest.linear.mirror_clamp_to_edge.mirror_clamp_to_edge.repeat + +# Catch all the line-related flakes we see on navi10 +dEQP-VK.pipeline.*.line_stipple_disable +dEQP-VK.pipeline.*.topology_line -- 2.7.4