radv/ci: re-enable dEQP-VK.renderpass2.depth_stencil_resolve.*_samplemask
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 12 Sep 2022 06:18:37 +0000 (08:18 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 13 Sep 2022 06:39:50 +0000 (06:39 +0000)
Since RADV switched to 100% dynamic rendering, image transitions for
attachments not used in a subpass are correctly performed.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18542>

src/amd/ci/radv-skips.txt
src/amd/ci/radv-stoney-aco-fails.txt

index ecbf954..b7fd449 100644 (file)
@@ -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
index 808b329..9a53d94 100644 (file)
@@ -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