From: Magnus Jacobsson Date: Tue, 22 Jun 2021 05:36:20 +0000 (+0200) Subject: re-enable ASan alloc_dealloc_mismatch X-Git-Tag: 2.48.0~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a2017e44ae4aa254db67ae3ee49d12325a0ba34;p=graphviz re-enable ASan alloc_dealloc_mismatch --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c6b847ad..63e265fca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -751,7 +751,7 @@ ubuntu20-10-cmake-ASan-test: - export LDFLAGS=" -g -fsanitize=address,undefined" # FIXME: remove the following when Graphviz can pass the test suite # leak-free - - export ASAN_OPTIONS=detect_leaks=0,alloc_dealloc_mismatch=0 + - export ASAN_OPTIONS=detect_leaks=0 - echo experimental > COLLECTION needs: - job: portable-source @@ -787,7 +787,7 @@ ubuntu21.04-cmake-ASan-test: - export LDFLAGS=" -g -fsanitize=address,undefined" # FIXME: remove the following when Graphviz can pass the test suite # leak-free - - export ASAN_OPTIONS=detect_leaks=0,alloc_dealloc_mismatch=0 + - export ASAN_OPTIONS=detect_leaks=0 - echo experimental > COLLECTION needs: - job: portable-source