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>
This commit is contained in:
Boris Brezillon 2022-06-14 13:08:39 -07:00 committed by Marge Bot
parent 672447be7f
commit dd78dc25e7
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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*