Whitelist Vulkan CTS 1.2.0.1

Components: Vulkan

Change-Id: Ic95049203b246c17b535d86fcaad2ee431c6b751
diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
index 50010cd..ef2553a 100644
--- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
+++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
@@ -65,7 +65,9 @@
 
 static const VkConformanceVersionKHR knownConformanceVersions[] =
 {
+	makeConformanceVersion(1, 2, 0, 1),
 	makeConformanceVersion(1, 2, 0, 0),
+	makeConformanceVersion(1, 1, 6, 0),
 	makeConformanceVersion(1, 1, 5, 2),
 	makeConformanceVersion(1, 1, 5, 1),
 	makeConformanceVersion(1, 1, 5, 0),