[pango/misc-speedups2: 2/4] Revert "Add an asan option that gives better traces"




commit 8f479c6c23cada6440cf6f402d57c67ba11987b7
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 29 13:19:38 2021 -0400

    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.

 .gitlab-ci/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]