ci: Tweak asan options

Allow the allocator to return NULL, so our
g_try_malloc tests don't fail.
This commit is contained in:
Matthias Clasen 2023-06-05 21:09:51 -04:00
parent 29ad2c1247
commit cf69fecc87

View File

@ -9,7 +9,7 @@ backend=$2
multiplier=${MESON_TEST_TIMEOUT_MULTIPLIER:-1}
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:detect_leaks=0
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:detect_leaks=0:allocator_may_return_null=1
export G_SLICE=always-malloc
case "${backend}" in