Update amber to 62ef3e4e.
authorBen Clayton <bclayton@google.com>
Wed, 4 Sep 2019 15:46:49 +0000 (16:46 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 12 Sep 2019 16:10:10 +0000 (12:10 -0400)
This includes changes that allow us to specify the default
test timeout value.

Components: Vulkan
VK-GL-CTS Issue: 1971
Affects:
  dEQP-VK.rasterization.provoking_vertex.*
  dEQP-VK.graphicsfuzz.*
  dEQP-VK.pipeline.vertex_only.*
  dEQP-VK.spirv_assembly.instruction.compute.ptr_access_chain.*
  dEQP-VK.spirv_assembly.instruction.compute.signed_int_compare.*

Change-Id: I099c79214ca441f2d0bd31cb8101a7dec872b4bd

external/fetch_sources.py
external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp

index 1482dde..b60b15c 100644 (file)
@@ -332,7 +332,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/google/amber.git",
                None,
-               "d26ee22dd7faab1845a531d410f7ec1db407402a",
+               "62ef3e4e056d80f848baadee745cc176f6252cc3",
                "amber"),
 ]
 
index e2f039e..11089b2 100644 (file)
@@ -289,7 +289,7 @@ tcu::TestStatus AmberTestInstance::iterate (void)
        amber_options.engine                            = amber::kEngineTypeVulkan;
        amber_options.config                            = createEngineConfig(m_context);
        amber_options.delegate                          = DE_NULL;
-       amber_options.pipeline_create_only      = false;
+       amber_options.execution_type            = amber::ExecutionType::kExecute;
 
        amber::Result r = am.ExecuteWithShaderData(m_recipe, &amber_options, shaderMap);
        if (!r.IsSuccess()) {