diff options
| author | Remko Tronçon <git@el-tramo.be> | 2010-09-12 12:17:02 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2010-09-12 12:17:02 (GMT) | 
| commit | 11f5d3043e8c69a0c6403e9e6d18abbc6fc5bbd4 (patch) | |
| tree | 3e632bec0b042fc2b8c22df55881271982854445 | |
| parent | 04f1fcc7cec93068afc7270297f9fea9ca5f49f5 (diff) | |
| download | swift-11f5d3043e8c69a0c6403e9e6d18abbc6fc5bbd4.zip swift-11f5d3043e8c69a0c6403e9e6d18abbc6fc5bbd4.tar.bz2 | |
Added Mac OS X valgrind suppression
| -rw-r--r-- | QA/valgrind.supp | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/QA/valgrind.supp b/QA/valgrind.supp index 5e2ee00..6074c58 100644 --- a/QA/valgrind.supp +++ b/QA/valgrind.supp @@ -16,6 +16,23 @@  }  { +   <insert_a_suppression_name_here> +   Memcheck:Leak +   fun:malloc +   fun:__cxa_get_globals +   fun:__cxa_allocate_exception +   fun:_ZN5boost14copy_exceptionINS_16exception_detail10bad_alloc_EEENS_10shared_ptrIKNS1_10clone_baseEEERKT_ +   fun:_ZN5boost16exception_detail13get_bad_allocILi42EEENS_10shared_ptrIKNS0_10clone_baseEEEv +   fun:_Z41__static_initialization_and_destruction_0ii +   fun:_GLOBAL__I__ZN12_GLOBAL__N_12_1E +   fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE +   fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj +   fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextE +   fun:_ZN4dyld24initializeMainExecutableEv +   fun:_ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_ +} + +{     <insert a suppression name here>     Memcheck:Param     socketcall.sendto(msg) @@ -49,3 +66,5 @@     fun:BN_mod_exp_mont_consttime     fun:BN_mod_exp_mont  } + + | 
 Swift
 Swift