Do not check framework-provided VK1.3.robustImageAccess feature
authorSlawomir Cygan <slawomir.cygan@intel.com>
Fri, 17 Feb 2023 11:58:04 +0000 (12:58 +0100)
committerPiotr Byszewski <piotr.byszewski@mobica.com>
Thu, 16 Mar 2023 18:34:44 +0000 (18:34 +0000)
commitc7c083ff81e2875ebaa7d12c9aba8bd4b81a19ec
tree764e6b8a6e9b91b9c40bb7f6b0b92837052bad94
parent764b2f056e47178bef81c63c358aee8922a13901
Do not check framework-provided VK1.3.robustImageAccess feature

In f7a8ccc2 the value of robustImageAccess  reported and requested by the
framework was forced to be always-FALSE, as it had potential overhead
on some implementations.

However, the extension support check for VK_EXT_image_robustness
extension was still relying on it, so related tests are now unrunnable
 - they always return not supported.

As related tests seem to do own feature checks and custom device creation,
it looks safe to remove checking for feature from extension support check.

VK-GL-CTS Issue: 4241

Components: Vulkan, Framework

Affects:
dEQP-VK.robustness.pipeline_robustness.image_robustness.*
dEQP-VK.robustness.image_robustness.*
dEQP-VK.*

Change-Id: I3f9f9c09ce271a965e2a8625ce010b9efd1abc34
external/vulkancts/modules/vulkan/vktTestCase.cpp