]> granicus.if.org Git - graphviz/commitdiff
re-enable ASan alloc_dealloc_mismatch
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 22 Jun 2021 05:36:20 +0000 (07:36 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 22 Jun 2021 05:36:20 +0000 (07:36 +0200)
.gitlab-ci.yml

index 5c6b847ad06de1650bf5f9948e1ec5c33249f579..63e265fcac700f362f02a1b6143df6a3b819c5f3 100644 (file)
@@ -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