From 593666182af6f98072a430b34f4acba68b9d2035 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Tue, 26 Sep 2023 07:55:37 +0300 Subject: [PATCH] radv/ci/vkcts-navi21: catch all the line_stipple_(enable|params) flakes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There are so many of these tests, so let's just write a regular expression to catch them all. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/radv-navi21-aco-flakes.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/amd/ci/radv-navi21-aco-flakes.txt b/src/amd/ci/radv-navi21-aco-flakes.txt index eaf161b..41025de 100644 --- a/src/amd/ci/radv-navi21-aco-flakes.txt +++ b/src/amd/ci/radv-navi21-aco-flakes.txt @@ -3,7 +3,6 @@ dEQP-VK.draw.renderpass.linear_interpolation.no_offset_\d_samples dEQP-VK.dynamic_rendering.basic.* dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.contents_secondary_primary_cmdbuffers_resuming dEQP-VK.dynamic_rendering.primary_cmd_buff.basic.* -dEQP-VK.pipeline.monolithic.extended_dynamic_state.two_draws_dynamic.line_stipple_enable dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.separate.view_type.2d.format.a2b10g10r10_uint_pack32.count_4.size.13x23 dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.combined.view_type.cube_array.format.r8g8_sint.count_4.size.13x13_array_of_36 @@ -20,14 +19,14 @@ dEQP-VK.draw.renderpass.linear_interpolation.no_offset_\d_samples dEQP-VK.draw.renderpass.multi_draw.mosaic.indexed_mixed.max_draws.stride_extra_12.2_instances_base_3.with_tess.multiview.offset_6 dEQP-VK.pipeline.fast_linked_library.multisample_interpolation.sample_interpolate_at_ignores_centroid.128_128_1.samples_8 -dEQP-VK.pipeline.fast_linked_library.extended_dynamic_state.before_draw.line_stipple_enable -dEQP-VK.pipeline.fast_linked_library.extended_dynamic_state.cmd_buffer_start.line_stipple_enable -dEQP-VK.pipeline.fast_linked_library.extended_dynamic_state.cmd_buffer_start.line_stipple_params dEQP-VK.mesh_shader.ext.query.all_stats_query.triangles.host_reset.copy.wait.indirect_draw.32bit.with_availability.single_block.task_mesh.inside_rp.single_view.only_primary dEQP-VK.query_pool.statistics_query.host_query_reset.geometry_shader_primitives.secondary.32bits_dstoffset_cmdcopyquerypoolresults_line_list_with_adjacency +# Too many of these tests to follow, so let's cast a broad net +dEQP-VK.pipeline.*line_stipple_(enable|params) + # New CTS flakes in 1.3.6.3 dEQP-VK.ray_tracing_pipeline.pipeline_library.configurations.multithreaded_compilation.s3_l2_l3_aabbs_check_all_handles dEQP-VK.ray_tracing_pipeline.pipeline_library.configurations.multithreaded_compilation_dho.s0_l1_l1_aabbs_check_capture_replay_handles -- 2.7.4