summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@collabora.com>2022-06-14 13:08:39 -0700
committerMarge Bot <emma+marge@anholt.net>2022-06-15 00:10:42 +0000
commitdd78dc25e7d13f06a16456b3b2bb87dc68e708d4 (patch)
treeb2ef9b231ba9ee3d1a32503ed1b1e299aaf27c70
parent672447be7f3d8e88b6f74afecf9f460de8d93842 (diff)
ci/windows: Add dEQP-VK.dynamic_state.* to the test list
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16971>
-rw-r--r--.gitlab-ci/windows/deqp_runner_run.ps12
-rw-r--r--src/microsoft/ci/warp-skips.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitlab-ci/windows/deqp_runner_run.ps1 b/.gitlab-ci/windows/deqp_runner_run.ps1
index fc056ab72a0..9533d34360b 100644
--- a/.gitlab-ci/windows/deqp_runner_run.ps1
+++ b/.gitlab-ci/windows/deqp_runner_run.ps1
@@ -19,7 +19,7 @@ $caselist = "C:\deqp\mustpass\vk-master.txt"
$baseline = ".\_install\warp-fails.txt"
$flakes = ".\_install\warp-flakes.txt"
$skips = ".\_install\warp-skips.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.*", "-t", "dEQP-VK.pipeline.vertex_input.*")
+$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.*", "-t", "dEQP-VK.dynamic_state.*")
$env:DZN_DEBUG = "warp"
$env:MESA_VK_IGNORE_CONFORMANCE_WARNING = "true"
diff --git a/src/microsoft/ci/warp-skips.txt b/src/microsoft/ci/warp-skips.txt
index e69de29bb2d..7a3283d2e26 100644
--- a/src/microsoft/ci/warp-skips.txt
+++ b/src/microsoft/ci/warp-skips.txt
@@ -0,0 +1,5 @@
+# We don't support independent front/back stencil tests yet, and the check
+# is currently done at pipeline creation time, thus causing a crash any time
+# both the front/back stencil test are active (i.e. not always or never) and
+# any of the compare mask, reference value or write mask is dynamic.
+dEQP-VK.dynamic_state.ds_state.stencil_params*