projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1450789
)
ci: Turn off LeakSanitizer
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 6 Jun 2023 00:56:00 +0000
(20:56 -0400)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index 60efda3b7293cd2144a5d67f7aad7de8d1347dc7..ded8da6d414ebf6be05c98b562d2e802dffc325f 100755
(executable)
--- a/
.gitlab-ci/run-tests.sh
+++ b/
.gitlab-ci/run-tests.sh
@@
-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