mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 14:00:37 +02:00
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:
parent
b16c62b6b2
commit
44d161a7a0
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue