diff options
author | John Glover <glover.john@gmail.com> | 2011-08-26 17:20:48 +0100 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2011-08-26 17:20:48 +0100 |
commit | 0909948dca639517dbc255bf043bf7a73cfe9883 (patch) | |
tree | 3ee827440ae6b8617c546c97b9f1e4ddaf746f6b /tests | |
parent | 1dd94ec5f1086bd1b47d495471903ea959c170f7 (diff) | |
download | simpl-0909948dca639517dbc255bf043bf7a73cfe9883.tar.gz simpl-0909948dca639517dbc255bf043bf7a73cfe9883.tar.bz2 simpl-0909948dca639517dbc255bf043bf7a73cfe9883.zip |
Add simpl valgrind suppression file
Ignore valgrind errors due to a memory leak when
throwing a std::exception
Diffstat (limited to 'tests')
-rw-r--r-- | tests/simpl.supp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/simpl.supp b/tests/simpl.supp new file mode 100644 index 0000000..8f8239e --- /dev/null +++ b/tests/simpl.supp @@ -0,0 +1,19 @@ +# 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 +} |