From 5c34006196e03189d6579462eba5c900a61de45b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 19 Feb 2021 09:48:47 +0100 Subject: [PATCH] Valgrind suppressions for test-help-version and test-help-logs. --- tools/simgrid.supp | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.20.1