Merge vk-gl-cts/master into vk-gl-cts/vulkan-cts-next-dev
authorAlexander Galazin <alexander.galazin@arm.com>
Mon, 10 Sep 2018 08:35:38 +0000 (10:35 +0200)
committerAlexander Galazin <alexander.galazin@arm.com>
Mon, 10 Sep 2018 08:39:21 +0000 (10:39 +0200)
Change-Id: Ifce84bc2e772e60ba1b3905bf3d5251cd2462833

1  2 
AndroidGen.mk
android/cts/master/vk-master.txt
external/vulkancts/modules/vulkan/api/CMakeLists.txt
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
external/vulkancts/modules/vulkan/api/vktApiTests.cpp
external/vulkancts/mustpass/1.1.3/vk-default-no-waivers.txt
external/vulkancts/mustpass/1.1.3/vk-default.txt

diff --cc AndroidGen.mk
Simple merge
Simple merge
@@@ -66,26 -66,26 +67,27 @@@ void createApiTests (tcu::TestCaseGroup
  {
        tcu::TestContext&       testCtx         = apiTests->getTestContext();
  
-       apiTests->addChild(createVersionSanityCheckTests        (testCtx));
-       apiTests->addChild(createDriverPropertiesTests          (testCtx));
-       apiTests->addChild(createSmokeTests                                     (testCtx));
-       apiTests->addChild(api::createFeatureInfoTests          (testCtx));
-       apiTests->addChild(createDeviceInitializationTests      (testCtx));
-       apiTests->addChild(createObjectManagementTests          (testCtx));
-       apiTests->addChild(createBufferTests                            (testCtx));
-       apiTests->addChild(createTestGroup                                      (testCtx, "buffer_view",        "BufferView tests",             createBufferViewTests));
-       apiTests->addChild(createCommandBuffersTests            (testCtx));
-       apiTests->addChild(createCopiesAndBlittingTests         (testCtx));
-       apiTests->addChild(createImageClearingTests                     (testCtx));
-       apiTests->addChild(createFillAndUpdateBufferTests       (testCtx));
-       apiTests->addChild(createDescriptorPoolTests            (testCtx));
-       apiTests->addChild(createNullHandleTests                        (testCtx));
-       apiTests->addChild(createGranularityQueryTests          (testCtx));
-       apiTests->addChild(createMemoryCommitmentTests          (testCtx));
-       apiTests->addChild(createExternalMemoryTests            (testCtx));
-       apiTests->addChild(createMaintenance3Tests                      (testCtx));
-       apiTests->addChild(createDescriptorSetTests                     (testCtx));
-       apiTests->addChild(createPipelineTests                          (testCtx));
+       apiTests->addChild(createVersionSanityCheckTests                        (testCtx));
++      apiTests->addChild(createDriverPropertiesTests                          (testCtx));
+       apiTests->addChild(createSmokeTests                                                     (testCtx));
+       apiTests->addChild(api::createFeatureInfoTests                          (testCtx));
+       apiTests->addChild(createDeviceInitializationTests                      (testCtx));
+       apiTests->addChild(createObjectManagementTests                          (testCtx));
+       apiTests->addChild(createBufferTests                                            (testCtx));
+       apiTests->addChild(createTestGroup                                                      (testCtx, "buffer_view",        "BufferView tests",             createBufferViewTests));
+       apiTests->addChild(createCommandBuffersTests                            (testCtx));
+       apiTests->addChild(createCopiesAndBlittingTests                         (testCtx));
+       apiTests->addChild(createImageClearingTests                                     (testCtx));
+       apiTests->addChild(createFillAndUpdateBufferTests                       (testCtx));
+       apiTests->addChild(createDescriptorPoolTests                            (testCtx));
+       apiTests->addChild(createNullHandleTests                                        (testCtx));
+       apiTests->addChild(createGranularityQueryTests                          (testCtx));
+       apiTests->addChild(createMemoryCommitmentTests                          (testCtx));
+       apiTests->addChild(createExternalMemoryTests                            (testCtx));
+       apiTests->addChild(createMaintenance3Tests                                      (testCtx));
+       apiTests->addChild(createDescriptorSetTests                                     (testCtx));
+       apiTests->addChild(createPipelineTests                                          (testCtx));
+       apiTests->addChild(createMemoryRequirementInvarianceTests       (testCtx));
  }
  
  } // anonymous