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 0a7ad0a..25a5958 100644 (file)
 
 #ignore python cruft
 {
+   ignore python cruft 1
    Memcheck:Cond
    ...
-   obj:/usr/bin/python3
+   obj:/usr/bin/python*
 }
 
 {
+   ignore python cruft 2
    Memcheck:Addr4
    ...
-   obj:/usr/bin/python3
+   obj:/usr/bin/python*
 }
 
 {
+   ignore python cruft 3
    Memcheck:Value8
    ...
-   obj:/usr/bin/python3
+   obj:/usr/bin/python*
 }
-
-