Make application_parameters tests fail without vendor-specific info
authorDaniel Koch <dkoch@nvidia.com>
Sat, 19 Nov 2022 00:19:51 +0000 (19:19 -0500)
committerDaniel Koch <dkoch@nvidia.com>
Mon, 21 Nov 2022 16:48:40 +0000 (11:48 -0500)
commit9d1e4bc477da0b19607b337a82d4a3ccace89c74
tree307529f2c1fc16ce53a8ec49192f221cb05eca17
parent5349d722c94954237f0d956bd75fe8cd3e5e8454
Make application_parameters tests fail without vendor-specific info

VK-GL-CTS issue: 4018

The "invalid_param_value" and "valid" test variants need vendor-specific
values to be added to the test case. Previously this reported "unsupported"
if the necessary values aren't added. It was believe this could be easily
missed by vendors, so changing this to an error as agreed.

Note that with this change, if an implementation supportsi
VK_EXT_application_parameters and does nothing else - there will be 4 failures.

Component: VulkanSC
Affects: dEQP-VKSC.sc.application_parameters.*

Change-Id: I76a1901cc15e0966ffdd00a817aebbeb72f7d019
external/vulkancts/modules/vulkan/sc/vktApplicationParametersTests.cpp