Remove duplicated test groups
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Fri, 13 Jan 2023 12:34:18 +0000 (13:34 +0100)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 13 Jan 2023 15:40:37 +0000 (15:40 +0000)
commit002c4fd873a8ab532142d5055c036bc507a5ac70
tree15f284d70a30a61bec925071a5ca55f484828531
parent8700215fdb4556d7a7b775d893dd1528fdfcdfe3
Remove duplicated test groups

While adding support for dynamic rendering to renderpass group
a mistake was made that added 3 groups with the same tests to both
renderpass2 group and legacy renderpass group.

This mistake was fixed on 1.3.1 branch but is present on 1.2.8
and 1.3.0. There is no need to execute same tests twice - this
change removes duplicates. This fix should be propagated only to
1.3.0.

Components: Vulkan

VK-GL-CTS issue: 4225

Removed tests:
dEQP-VK.renderpass.depth_stencil_resolve.*
dEQP-VK.renderpass.fragment_density_map.*
dEQP-VK.renderpass2.multiple_subpasses_multiple_command_buffers.test

Change-Id: I571e499ead038acf1744c356b884f2be966e3c15
android/cts/master/vk-master-2021-03-01/renderpass.txt
android/cts/master/vk-master-2021-03-01/renderpass2.txt
android/cts/master/vk-master/renderpass.txt
android/cts/master/vk-master/renderpass2.txt
external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp
external/vulkancts/mustpass/master/vk-default/renderpass.txt
external/vulkancts/mustpass/master/vk-default/renderpass2.txt