Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to improve valgrind suppressions for python before the night.
[simgrid.git] / tools / simgrid.supp
index 63e6a07..25a5958 100644 (file)
    fun:MarsagliaXORV
    ...
 }
+
+#ignore python cruft
+{
+   ignore python cruft 1
+   Memcheck:Cond
+   ...
+   obj:/usr/bin/python*
+}
+
+{
+   ignore python cruft 2
+   Memcheck:Addr4
+   ...
+   obj:/usr/bin/python*
+}
+
+{
+   ignore python cruft 3
+   Memcheck:Value8
+   ...
+   obj:/usr/bin/python*
+}