Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Valgrind suppressions for test-help-version and test-help-logs.
[simgrid.git] / tools / simgrid.supp
index 8f99d3d..6cc05df 100644 (file)
    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