summaryrefslogtreecommitdiff
path: root/tests/simpl.supp
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2013-01-11 16:08:29 +0100
committerJohn Glover <j@johnglover.net>2013-01-11 16:08:29 +0100
commit3c5c5241762e8b9da1dbba0d2456fe52a703752a (patch)
tree8352d661c9bc5e0182c30a094ec0044c5b74fa01 /tests/simpl.supp
parent09b2248a1bd8ab2b93f250a6c688add742b88539 (diff)
downloadsimpl-3c5c5241762e8b9da1dbba0d2456fe52a703752a.tar.gz
simpl-3c5c5241762e8b9da1dbba0d2456fe52a703752a.tar.bz2
simpl-3c5c5241762e8b9da1dbba0d2456fe52a703752a.zip
Remove unused test Makefile and valgrind suppression file
Diffstat (limited to 'tests/simpl.supp')
-rw-r--r--tests/simpl.supp19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/simpl.supp b/tests/simpl.supp
deleted file mode 100644
index 8f8239e..0000000
--- a/tests/simpl.supp
+++ /dev/null
@@ -1,19 +0,0 @@
-# Valgrind suppression file for Simpl
-
-# On Mac OS X 10.6 Snow Leopard, throwing std::exceptions gives a memory leak
-{
- simpl.exceptions
- Memcheck:Leak
- fun:malloc
- fun:__cxa_get_globals
- fun:__cxa_allocate_exception
- fun:_ZN5Simpl4Peak7is_freeESs
- fun:_ZN5Simpl8TestPeak29test_is_free_invalid_argumentEv
- fun:_ZN7CppUnit10TestCallerIN5Simpl8TestPeakEE7runTestEv
- fun:_ZNK7CppUnit21TestCaseMethodFunctorclEv
- fun:_ZN7CppUnit16DefaultProtector7protectERKNS_7FunctorERKNS_16ProtectorContextE
- fun:_ZNK7CppUnit14ProtectorChain14ProtectFunctorclEv
- fun:_ZN7CppUnit14ProtectorChain7protectERKNS_7FunctorERKNS_16ProtectorContextE
- fun:_ZN7CppUnit10TestResult7protectERKNS_7FunctorEPNS_4TestERKSs
- fun:_ZN7CppUnit8TestCase3runEPNS_10TestResultE
-}