From 3a2017e44ae4aa254db67ae3ee49d12325a0ba34 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Tue, 22 Jun 2021 07:36:20 +0200 Subject: [PATCH] re-enable ASan alloc_dealloc_mismatch --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0