X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..72977337c8bbc002b4fbd51c2c9002c6bb4c6724:/tools/simgrid.supp diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 421834b7c2..f14c257cf3 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 @@ -99,7 +119,6 @@ Memcheck:Leak fun:malloc ... - obj:*/libcgraph.so* fun:aaglex fun:aagparse fun:agconcat @@ -159,6 +178,14 @@ obj:/usr/lib/x86_64-linux-gnu/libunwind.so.* ... } +{ + ignore unwind cruft + Memcheck:Param + write(buf) + ... + fun:_ULx86_64_step + obj:/usr/lib/x86_64-linux-gnu/libunwind.so.* +} { ignore unwind invalid reads