Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bad formatting of suppression file, missing a mandatory comment line
[simgrid.git] / tools / simgrid.supp
index 63e6a07..a02c6fe 100644 (file)
    fun:MarsagliaXORV
    ...
 }
+
+#ignore python cruft
+{
+   ignore python cruft 1
+   Memcheck:Cond
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   ignore python cruft 2
+   Memcheck:Addr4
+   ...
+   obj:/usr/bin/python3
+}
+
+{
+   ignore python cruft 3
+   Memcheck:Value8
+   ...
+   obj:/usr/bin/python3
+}
+
+