diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-03-29 13:19:38 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-03-29 13:56:24 -0400 |
commit | 72eef812e3b4d3f4ab56a77d5bc0e5b8971327af (patch) | |
tree | bad585a378a3626ffb358578b5a5507863b51656 | |
parent | 296317f2d0d628f2104168de3dc55458ed7f853a (diff) | |
download | pango-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.sh | 2 |
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 |