From: Arnaud Giersch Date: Fri, 19 Feb 2021 08:48:47 +0000 (+0100) Subject: Valgrind suppressions for test-help-version and test-help-logs. X-Git-Tag: v3.27~334 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5c34006196e03189d6579462eba5c900a61de45b?ds=sidebyside Valgrind suppressions for test-help-version and test-help-logs. --- diff --git a/tools/simgrid.supp b/tools/simgrid.supp index 8f99d3df44..6cc05df470 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