summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-29 13:19:38 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-29 13:56:24 -0400
commit72eef812e3b4d3f4ab56a77d5bc0e5b8971327af (patch)
treebad585a378a3626ffb358578b5a5507863b51656
parent296317f2d0d628f2104168de3dc55458ed7f853a (diff)
downloadpango-72eef812e3b4d3f4ab56a77d5bc0e5b8971327af.tar.gz
Revert "Add an asan option that gives better traces"
This reverts commit 85b1f6a118ac23bac1c12a4c2c18b17afdf728d3. Sadly, this option makes the test-pangocairo-threads test hang and timeout.
-rwxr-xr-x.gitlab-ci/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 408a4a18..d82f1d08 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -7,7 +7,7 @@ srcdir=$( pwd )
builddir=$1
# Ignore memory leaks lower in dependencies
-export LSAN_OPTIONS=fast_unwind_on_malloc=0:suppressions=$srcdir/lsan.supp:print_suppressions=0
+export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp:print_suppressions=0
# Check leaks of slices
export G_SLICE=always-malloc