about summary refs log tree commit diff homepage
path: root/utils
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2015-12-18 12:49:28 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2015-12-18 12:49:28 +0000
commitd348aee430c8308a29d5edadd4c38e7fee1abadc (patch)
tree90314a28bd8d0ebec03d931acef3711550c71f26 /utils
parent535be01be5ab33a0e7106e2d5511bba2797d1ed0 (diff)
downloadklee-d348aee430c8308a29d5edadd4c38e7fee1abadc.tar.gz
Remove a bunch of LeakSanitizer suppressions that aren't needed anymore
due to fixes from #315 and #316.
Diffstat (limited to 'utils')
-rw-r--r--utils/sanitizers/lsan.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/sanitizers/lsan.txt b/utils/sanitizers/lsan.txt
index 836d60c1..e88f078b 100644
--- a/utils/sanitizers/lsan.txt
+++ b/utils/sanitizers/lsan.txt
@@ -9,15 +9,3 @@
 # Low priority
 leak:tools/kleaver/main.cpp
 leak:lib/Expr/Parser.cpp
-
-# These are bad, these definitely need fixing
-leak:klee::ConstantExpr::alloc
-leak:klee::ConcatExpr::alloc
-leak:klee::ReadExpr::alloc
-leak:klee::ExtractExpr::alloc
-leak:klee::ExtractExpr::alloc
-leak:klee::AddExpr::alloc
-leak:klee::SubExpr::alloc
-leak:klee::SExtExpr::alloc
-leak:klee::MulExpr::alloc
-leak:klee::ZExtExpr::alloc