From: Michael Stapelberg Date: Mon, 5 Sep 2016 06:42:34 +0000 (+0200) Subject: travis: work around asan broken-ness with libc ≥ 2.24 X-Git-Tag: 4.13~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6584f70d28a91bd9cd2108b1caad3ae5b1b9fa16;p=i3%2Fi3 travis: work around asan broken-ness with libc ≥ 2.24 fixes #2437 --- 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 <