From 0ee5217fdd1e6a722a9fff0e38587615a5567101 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 12 Sep 2022 08:18:37 +0200 Subject: [PATCH] radv/ci: re-enable dEQP-VK.renderpass2.depth_stencil_resolve.*_samplemask MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since RADV switched to 100% dynamic rendering, image transitions for attachments not used in a subpass are correctly performed. Signed-off-by: Samuel Pitoiset Reviewed-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/radv-skips.txt | 4 ---- src/amd/ci/radv-stoney-aco-fails.txt | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/amd/ci/radv-skips.txt b/src/amd/ci/radv-skips.txt index ecbf954b2ef..b7fd449ceaa 100644 --- a/src/amd/ci/radv-skips.txt +++ b/src/amd/ci/radv-skips.txt @@ -11,10 +11,6 @@ dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576 # Exclude this test which fails on all GPUS except RDNA2+. dEQP-VK.api.driver_properties.conformance_version -# Exclude these tests because they randomly hang on Navi10 and randomly fail on -# Navi21 -dEQP-VK.renderpass2.depth_stencil_resolve.*_samplemask - # Those cases take very long. dEQP-VK.ray_tracing_pipeline.build.*.*.*_1_1048576_1 dEQP-VK.ray_tracing_pipeline.build.*.*.*_1_1_1048576 diff --git a/src/amd/ci/radv-stoney-aco-fails.txt b/src/amd/ci/radv-stoney-aco-fails.txt index 808b329fe72..9a53d949082 100644 --- a/src/amd/ci/radv-stoney-aco-fails.txt +++ b/src/amd/ci/radv-stoney-aco-fails.txt @@ -383,3 +383,6 @@ dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d32_sfloat. dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_2.d16_unorm.depth_average,Fail dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_4.d16_unorm.depth_max,Fail dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d16_unorm.depth_zero,Fail +dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_2.d16_unorm_s8_uint_separate_layouts.depth_zero_stencil_none_testing_stencil_samplemask,Fail +dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_4.d16_unorm_s8_uint_separate_layouts.depth_zero_stencil_none_testing_stencil_samplemask,Fail +dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_8.d16_unorm_s8_uint_separate_layouts.depth_zero_stencil_none_testing_stencil_samplemask,Fail