X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cff982bd049d26d7acbd0e23324e0de051b06d0d..118dbe21be869f23dda13511680725c01b961a26:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 8f99d3df44..10397ae82f 100644 --- a/tools/simgrid.supp +++ b/tools/simgrid.supp @@ -66,6 +66,17 @@ fun:_dl_init } +{ + Leaks in test-help-version and test-help-logs (early call to exit()) + Memcheck:Leak + match-leak-kinds: reachable + fun:_Znwm + fun:_ZN7simgrid3s4u6EngineC1EPiPPc + fun:main + ... + obj:*/basic-parsing-test +} + #Ignore leaks in SMPI sample codes { Leaks in SMPI sample codes @@ -75,7 +86,16 @@ fun:smpi_simulated_main_ } -# Memory leaks appearing to be in libcgraph. They can be seen with the +#This test has an intentional leak +{ + Intentional leak in SMPI sample codes + Memcheck:Leak + match-leak-kinds: all + fun:MPI_Comm_dup + obj:coll-allreduce-with-leaks* +} + +#Memory leaks appearing to be in libcgraph. They can be seen with the # following simple program: # ,---- # | #include @@ -123,14 +143,6 @@ fun:agconcat } -# We're not interested by memory leaks in the Lua interpreter -{ - Memory leak in lua - Memcheck:Leak - ... - fun:luaD_precall -} - # libunwind seems to be using msync poorly, thus triggering these # https://github.com/JuliaLang/julia/issues/4533 {