From 1a89e358d62dc68ede28ca7e838f3ffc66fc4107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Francis=20Ratt=C3=A9-Boulianne?= Date: Wed, 13 Apr 2022 21:35:37 -0400 Subject: [PATCH] dzn: Enable dEQP-VK.pipeline.vertex_input.* test cases Reviewed-by: Erik Faye-Lund Reviewed-by: Jesse Natalie Part-of: --- .gitlab-ci/windows/deqp_runner_run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/windows/deqp_runner_run.ps1 b/.gitlab-ci/windows/deqp_runner_run.ps1 index a2a4cf7f9cd..106f1303c8b 100644 --- a/.gitlab-ci/windows/deqp_runner_run.ps1 +++ b/.gitlab-ci/windows/deqp_runner_run.ps1 @@ -18,7 +18,7 @@ $deqp_module = "C:\deqp\external\vulkancts\modules\vulkan\deqp-vk.exe" $caselist = "C:\deqp\mustpass\vk-master.txt" $baseline = ".\_install\warp-fails.txt" $flakes = ".\_install\warp-flakes.txt" -$includes = @("-t", "dEQP-VK.api.*", "-t", "dEQP-VK.binding_model.*", "-t", "dEQP-VK.info.*", "-t", "dEQP-VK.draw.*", "-t", "dEQP-VK.query_pool.*", "-t", "dEQP-VK.memory.*") +$includes = @("-t", "dEQP-VK.api.*", "-t", "dEQP-VK.binding_model.*", "-t", "dEQP-VK.info.*", "-t", "dEQP-VK.draw.*", "-t", "dEQP-VK.query_pool.*", "-t", "dEQP-VK.memory.*", "-t", "dEQP-VK.pipeline.vertex_input.*") $env:DZN_DEBUG = "warp" $env:MESA_VK_IGNORE_CONFORMANCE_WARNING = "true"