Module: Mesa Branch: main Commit: dd78dc25e7d13f06a16456b3b2bb87dc68e708d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd78dc25e7d13f06a16456b3b2bb87dc68e708d4
Author: Boris Brezillon <[email protected]> Date: Tue Jun 14 13:08:39 2022 -0700 ci/windows: Add dEQP-VK.dynamic_state.* to the test list Reviewed-by: Jesse Natalie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16971> --- .gitlab-ci/windows/deqp_runner_run.ps1 | 2 +- src/microsoft/ci/warp-skips.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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*
