Mesa (main): dzn: Enable dEQP-VK.pipeline.vertex_input.* test cases

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 14 18:18:56 UTC 2022


Module: Mesa
Branch: main
Commit: 1a89e358d62dc68ede28ca7e838f3ffc66fc4107
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a89e358d62dc68ede28ca7e838f3ffc66fc4107

Author: Louis-Francis Ratté-Boulianne <lfrb at collabora.com>
Date:   Wed Apr 13 21:35:37 2022 -0400

dzn: Enable dEQP-VK.pipeline.vertex_input.* test cases

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15955>

---

 .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"



More information about the mesa-commit mailing list