From: Alessandro Ghedini Date: Sat, 17 Oct 2015 19:00:55 +0000 (+0200) Subject: Add Travis builds with undefined behavior sanitizer X-Git-Tag: OpenSSL_1_1_0-pre1~203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c880b3e3141ba5229d4ddf8390c4b9e09cd832f8;p=oweals%2Fopenssl.git Add Travis builds with undefined behavior sanitizer Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/.travis.yml b/.travis.yml index 5d7cf6992a..9354e12ed0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,13 @@ matrix: env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: clang-3.6 - env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" + env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined" - os: linux compiler: gcc-5 env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: gcc-5 - env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" + env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined" exclude: - os: osx compiler: clang-3.6