Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some tests for tesh "output sort".
[simgrid.git] / tools / simgrid.supp
index e904a368ecc9a182ed10d977c9a07e97d0f75162..7c2feea65658e375389ee872b0fbb84dcef8ae5e 100644 (file)
 # | }
 # `----
 {
-   Memory leak in libcgraph (1/3)
+   Memory leak in libcgraph (1/2)
    Memcheck:Leak
    fun:malloc
+   ...
    obj:/usr/lib/libcgraph.so*
    fun:aaglex
    fun:aagparse
    fun:agconcat
 }
 {
-   Memory leak in libcgraph (2/3)
+   Memory leak in libcgraph (2/2)
    Memcheck:Leak
    fun:malloc
-   obj:/usr/lib/libcgraph.so*
-   fun:agalloc
-   obj:/usr/lib/libcgraph.so*
+   ...
    fun:agnode
    obj:/usr/lib/libcgraph.so*
    fun:aagparse
    fun:agconcat
 }
+
+# We're not interested by memory leaks in the Lua interpreter
 {
-   Memory leak in libcgraph (3/3)
+   Memory leak in lua
    Memcheck:Leak
-   fun:malloc
-   fun:dtopen
-   fun:agdtopen
-   obj:/usr/lib/libcgraph.so*
-   fun:agstrdup
-   fun:aaglex
-   fun:aagparse
-   fun:agconcat
+   ...
+   fun:luaD_precall
 }