ci: Turn off LeakSanitizer
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Jun 2023 00:56:00 +0000 (20:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Jun 2023 00:56:53 +0000 (20:56 -0400)
When it is enabled, almost every report from asan is
"LeakSanitizer has encountered a fatal error."
So try without.

.gitlab-ci/run-tests.sh

index 60efda3b7293cd2144a5d67f7aad7de8d1347dc7..ded8da6d414ebf6be05c98b562d2e802dffc325f 100755 (executable)
@@ -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
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0:detect_leaks=0
 export G_SLICE=always-malloc
 
 case "${backend}" in