Mesa (main): ci/lvp: Skip some slow tests under ASan.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 13 21:54:25 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Wed Oct 13 12:04:40 2021 -0700

ci/lvp: Skip some slow tests under ASan.

depending on the runner's load, we might see timeouts.  The
subgroupbroadcast one has hit us a couple times this week.

Acked-by: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13346>

---

 src/gallium/frontends/lavapipe/ci/deqp-lvp-asan-skips.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/frontends/lavapipe/ci/deqp-lvp-asan-skips.txt b/src/gallium/frontends/lavapipe/ci/deqp-lvp-asan-skips.txt
index 86fec295de4..c50ec158273 100644
--- a/src/gallium/frontends/lavapipe/ci/deqp-lvp-asan-skips.txt
+++ b/src/gallium/frontends/lavapipe/ci/deqp-lvp-asan-skips.txt
@@ -3,3 +3,7 @@ dEQP-VK.texture.filtering.*.combinations.*
 dEQP-VK.binding_model.buffer_device_address.set3.depth3.*
 dEQP-VK.ssbo.layout.*instance_array
 dEQP-VK.tessellation.invariance.*
+dEQP-VK.subgroups.ballot_broadcast.compute.subgroupbroadcast.*
+dEQP-VK.ssbo.layout.3_level_unsized_array.scalar.*
+dEQP-VK.ssbo.layout.3_level_array.scalar.*
+dEQP-VK.ssbo.phys.layout.unsized_struct_array.per_block_buffer.*_instance_array_comp_access_store_cols



More information about the mesa-commit mailing list