Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to improve valgrind suppressions for python before the night.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Jan 2019 21:17:19 +0000 (22:17 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Jan 2019 21:17:19 +0000 (22:17 +0100)
tools/simgrid.supp

index a02c6fe..25a5958 100644 (file)
    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*
 }
-
-