From af868fcaad4b18408dd1d23bbd238d3337fe282d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 7 Nov 2022 11:56:18 +0200 Subject: [PATCH] radv/ci: add another test to the navi21 flakes list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576 to the list of flakes of navi21. Found after 80 runs. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/radv-navi21-aco-flakes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/radv-navi21-aco-flakes.txt b/src/amd/ci/radv-navi21-aco-flakes.txt index 2d2bff4021a..9c8526ffb13 100644 --- a/src/amd/ci/radv-navi21-aco-flakes.txt +++ b/src/amd/ci/radv-navi21-aco-flakes.txt @@ -5,6 +5,7 @@ dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.combined.view_type # Came with the split of the test lists in CI dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.* dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536 +dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576 dEQP-VK.rasterization.primitives_multisample_2_bit.static_stipple.bresenham_line_strip_wide # This fail is 100% reproducible when running vkcts in parallel mode,