mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 02:00:21 +01:00
radv/ci: mark the dEQP fails related to a missing VKCTS 1.3 as expected
Now that RADV is exposing Vulkan 1.3 by default, VKCTS is getting confused by it and fails 2 tests: - dEQP-VK.api.version_check.version: This version of CTS does not support Vulkan device version 1.3.204 (Fail) - dEQP-VK.info.device_properties: deviceProperties apiVersion not valid (Fail) Mark both of these failures as expected, while we wait for VKCTS 1.3 to be released. Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14729>
This commit is contained in:
parent
764c8867b0
commit
978ea32acf
14 changed files with 44 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -16,3 +16,7 @@ dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d32_sfloat_
|
|||
dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d32_sfloat_s8_uint_separate_layouts.stencil_max,Fail
|
||||
dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d32_sfloat_s8_uint_separate_layouts.stencil_min,Fail
|
||||
dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_16_64_6.samples_8.d32_sfloat_s8_uint_separate_layouts.stencil_zero,Fail
|
||||
|
||||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.multiple_layers.d16_unorm_s8_uint_1x33,Fail
|
||||
dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.multiple_layers.d16_unorm_s8_uint_separate_layouts_stencil_1x33,Fail
|
||||
dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.multiple_layers.d32_sfloat_s8_uint_1x33,Fail
|
||||
|
|
@ -289,3 +288,7 @@ dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_8.d16_unorm_s8_
|
|||
dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_8.d16_unorm_s8_uint_separate_layouts.depth_zero_stencil_none_unused_resolve_testing_stencil,Fail
|
||||
dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_8.d16_unorm_s8_uint_separate_layouts.depth_zero_stencil_zero_testing_stencil,Fail
|
||||
dEQP-VK.renderpass2.depth_stencil_resolve.image_2d_49_13.samples_8.d16_unorm_s8_uint_separate_layouts.depth_zero_stencil_zero_unused_resolve_testing_stencil,Fail
|
||||
|
||||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# While waiting for vkCTS 1.3
|
||||
dEQP-VK.api.version_check.version,Fail
|
||||
dEQP-VK.info.device_properties,Fail
|
||||
Loading…
Add table
Reference in a new issue