From 6584f70d28a91bd9cd2108b1caad3ae5b1b9fa16 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 5 Sep 2016 08:42:34 +0200 Subject: [PATCH 1/1] =?utf8?q?travis:=20work=20around=20asan=20broken-ness?= =?utf8?q?=20with=20libc=20=E2=89=A5=202.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit fixes #2437 --- travis/run-tests.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/travis/run-tests.sh b/travis/run-tests.sh index 3ab3df4d..7bf4b039 100755 --- a/travis/run-tests.sh +++ b/travis/run-tests.sh @@ -4,6 +4,23 @@ set -e set -x cd testcases + +# TODO: remove this workaround once https://bugs.debian.org/836723 is fixed +# Found at https://llvm.org/bugs/show_bug.cgi?id=27310#c8: +cat >fixasan.c <