lavapipe/ci: Disable stack-use-after-return detection for ASan

Disable detection to match Debian 12 ASan behaviour and prevent a large
number of newly crashing tests on Debian 13.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35853>
This commit is contained in:
Valentine Burley 2025-09-02 08:59:25 +02:00 committed by Marge Bot
parent b16c62b6b2
commit 44d161a7a0

View file

@ -4,3 +4,6 @@ caselists = ["/deqp-vk/mustpass/vk-main.txt"]
tests_per_group = 1
renderer_check = "llvmpipe"
fraction = 1000
[deqp.env]
# Disable stack-use-after-return detection to match Debian 12
ASAN_OPTIONS = "detect_stack_use_after_return=0"