break ubsan and asan suppressions out
they need to be in separate files
This commit is contained in:
parent
6eaa0bc4c4
commit
5a3b1d7f91
@ -45,6 +45,8 @@ matrix:
|
||||
- LDFLAGS="-fsanitize=address,undefined -dynamic-asan -fopenmp=libiomp5"
|
||||
- ASAN_DSO=/usr/local/clang-7.0.0/lib/clang/7.0.0/lib/linux/libclang_rt.asan-x86_64.so
|
||||
- LSAN_OPTIONS="suppressions=$TRAVIS_BUILD_DIR/lsan.supp"
|
||||
- ASAN_OPTIONS="suppressions=$TRAVIS_BUILD_DIR/asan.supp"
|
||||
- UBSAN_OPTIONS="suppressions=$TRAVIS_BUILD_DIR/ubsan.supp"
|
||||
install:
|
||||
# add support for WebP
|
||||
- wget http://archive.ubuntu.com/ubuntu/pool/main/libw/libwebp/libwebp-dev_0.6.1-2_amd64.deb
|
||||
|
@ -3,5 +3,3 @@ leak:libfontconfig.so
|
||||
leak:libglib-2.0.so
|
||||
leak:libIlmImf-2_2.so
|
||||
leak:libstdc++.so
|
||||
heap-buffer-overflow:libMagickCore-6.Q16.so
|
||||
undefined-shift:libexif.so
|
||||
|
1
ubsan.supp
Normal file
1
ubsan.supp
Normal file
@ -0,0 +1 @@
|
||||
undefined-shift:libexif.so
|
Loading…
Reference in New Issue
Block a user