From 8c44ddbdcba4512b7f1d13ec17908036b242a464 Mon Sep 17 00:00:00 2001 From: Alexander Galazin Date: Thu, 10 Oct 2019 15:46:35 +0200 Subject: [PATCH] Whitelist Vulkan CTS 1.1.6.0 Also removes withdrawn versions Components: Vulkan Affects: dEQP-VK.api.driver_properties.properties Change-Id: Ic020380e4bf25083692d99f83da747ea23aabba8 --- .../vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp index 6d5e434..bb34906 100644 --- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp +++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp @@ -65,6 +65,7 @@ static const deUint32 knownDriverIds[] = static const VkConformanceVersionKHR knownConformanceVersions[] = { + makeConformanceVersionKHR(1, 1, 6, 0), makeConformanceVersionKHR(1, 1, 5, 2), makeConformanceVersionKHR(1, 1, 5, 1), makeConformanceVersionKHR(1, 1, 5, 0), @@ -80,10 +81,6 @@ static const VkConformanceVersionKHR knownConformanceVersions[] = makeConformanceVersionKHR(1, 1, 2, 2), makeConformanceVersionKHR(1, 1, 2, 1), makeConformanceVersionKHR(1, 1, 2, 0), - makeConformanceVersionKHR(1, 1, 1, 3), - makeConformanceVersionKHR(1, 1, 1, 2), - makeConformanceVersionKHR(1, 1, 1, 1), - makeConformanceVersionKHR(1, 1, 1, 0), }; DE_INLINE bool isNullTerminated(const char* str, const deUint32 maxSize) -- 2.7.4