Mesa (main): ci/windows: Skip dEQP-VK.api.command_buffers.record_many_draws*

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 15 00:33:47 UTC 2022


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

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Tue Jun 14 01:58:51 2022 -0700

ci/windows: Skip dEQP-VK.api.command_buffers.record_many_draws*

Those tend to timeout, so let's skip them for now.

Reviewed-by: Jesse Natalie <jenatali at microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16971>

---

 src/microsoft/ci/warp-skips.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/microsoft/ci/warp-skips.txt b/src/microsoft/ci/warp-skips.txt
index 7a3283d2e26..251efdab9a4 100644
--- a/src/microsoft/ci/warp-skips.txt
+++ b/src/microsoft/ci/warp-skips.txt
@@ -2,4 +2,7 @@
 # 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.api.command_buffers.record_many_draws*
+
+# Those tests timeout in CI, so let's skip for now.
 dEQP-VK.dynamic_state.ds_state.stencil_params*



More information about the mesa-commit mailing list