]> granicus.if.org Git - graphviz/commitdiff
Revert "Disable detection of ODR violations in Ubuntu 21.04 ASan test"
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 25 May 2021 20:14:57 +0000 (22:14 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 30 May 2021 15:27:23 +0000 (17:27 +0200)
This reverts commit 5f6a0df735ea110e874df2f527cd73fa0a3d37a0.

.gitlab-ci.yml

index 62daef214935a91d586e50c2dedc1a520ba196b4..a688fc783fe0a0bdac83fd20d75ca30759493f83 100644 (file)
@@ -756,7 +756,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,detect_odr_violation=0
+        - export ASAN_OPTIONS=detect_leaks=0,alloc_dealloc_mismatch=0
         - echo experimental > COLLECTION
     needs:
         - job: portable-source