test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan

This commit is contained in:
MarcoFalke 2018-11-22 11:57:07 -05:00
parent fa36d4e456
commit fa7d36b8e7
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
travis_retry docker pull "$DOCKER_NAME_TAG"
export TSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/test/sanitizer_suppressions/tsan"
export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/contrib/sanitizers-ubsan.suppressions:print_stacktrace=1:halt_on_error=1"
export UBSAN_OPTIONS="suppressions=${TRAVIS_BUILD_DIR}/test/sanitizer_suppressions/ubsan:print_stacktrace=1:halt_on_error=1"
env | grep -E '^(CCACHE_|WINEDEBUG|LC_ALL|BOOST_TEST_RANDOM|CONFIG_SHELL|(TSAN|UBSAN)_OPTIONS)' | tee /tmp/env
if [[ $HOST = *-mingw32 ]]; then
DOCKER_ADMIN="--cap-add SYS_ADMIN"