3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-16 09:26:39 +00:00

[TravisCI] Add ASan/LSan/UBSan suppression files and use them in

CI.
This commit is contained in:
Dan Liew 2017-10-06 12:26:35 +01:00
parent b63754e362
commit 64ee9f168d
11 changed files with 53 additions and 1 deletions

View file

@ -0,0 +1,7 @@
# Suppression files
This directory contains suppression files used by various
program analysis tools.
Suppression files tell a program analysis tool to suppress
various warnings/errors.

View file

@ -0,0 +1,3 @@
# Maintainers
- Dan Liew (@delcypher)

View file

@ -0,0 +1,4 @@
# Sanitizer supression files
This directory contains files used to suppress
ASan/LSan/UBSan warnings/errors.

View file

@ -0,0 +1 @@
# AddressSanitizer suppression file

View file

@ -0,0 +1 @@
# LeakSanitizer suppression file

View file

@ -0,0 +1 @@
# UndefinedBehavior sanitizer suppression file