device_fault tests should use getPhysicalDeviceFeatures2
authorMarcin Kańtoch <marcin.kantoch@amd.com>
Mon, 10 Oct 2022 19:08:01 +0000 (21:08 +0200)
committerMarcin Kańtoch <marcin.kantoch@amd.com>
Mon, 10 Oct 2022 19:22:12 +0000 (21:22 +0200)
commitebb0de0847fbb97c635c5926590a5a287bde9b23
treee7a536e58d6132e0d1c2c6cd0975be29048eec35
parent2cd437500dd79e9a66af25b04f9788e0a8fb35e9
device_fault tests should use getPhysicalDeviceFeatures2

dEQP-VK-experimental.postmortem.device_fault.custom_device is using
getPhysicalDeviceFeatures to query VkPhysicalDeviceFaultFeaturesEXT.
It therefore does not update the struct at all. It should use
getPhysicalDeviceFeatures2 instead.

Components: Vulkan

VK-GL-CTS issue: 4029

Affected tests:
dEQP-VK-experimental.postmortem.device_fault.custom_device

Change-Id: Ia672c098e37d28e047a81e1aacee873633d58a4d
external/vulkancts/modules/vulkan/postmortem/vktPostmortemDeviceFaultTests.cpp