summaryrefslogtreecommitdiff
path: root/tests/simpl.supp
blob: 8f8239ef1de72c4ad4338e8eb45bf1488439af78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}