forked from Z3Prover/z3
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UBSan] Update UBSan suppression file to suppress all undefined
behaviour I have observed running in CI.
- Loading branch information
Dan Liew
committed
Oct 16, 2017
1 parent
9455391
commit 71dcec3
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
# UndefinedBehavior sanitizer suppression file | ||
# FIXME: UBSan doesn't usually have false positives so we need to fix all of these! | ||
|
||
# Occurs when running C API example (`interpolation_example`) | ||
# See https://github.com/Z3Prover/z3/issues/1286 | ||
null:iz3mgr.h | ||
|
||
# Occurs when running C++ API example | ||
# See https://github.com/Z3Prover/z3/issues/1287 | ||
function:api_context.cpp | ||
|
||
# Occurs when running tptp example | ||
# See https://github.com/Z3Prover/z3/issues/964 | ||
null:rational.h | ||
null:mpq.h | ||
|
||
# Occurs when running `test-z3 /a` | ||
# See https://github.com/Z3Prover/z3/issues/1288 | ||
shift-exponent:tbv.cpp | ||
signed-integer-overflow:mpz.cpp |