Imported Upstream version 4.0
[platform/upstream/make.git] / tests / guile.supp
1 # Guile valgrind suppression file
2 # Created with Guile 1.8.7
3
4 # --- Garbage collection
5 {
6   guilegc
7   Memcheck:Cond
8   ...
9   fun:scm_gc_for_newcell
10 }
11 {
12   guilegc
13   Memcheck:Value4
14   ...
15   fun:scm_gc_for_newcell
16 }
17 {
18   guilegc
19   Memcheck:Value8
20   ...
21   fun:scm_gc_for_newcell
22 }
23
24
25 # -- scm_alloc_struct
26 {
27   guileheap
28   Memcheck:Leak
29   ...
30   fun:scm_alloc_struct
31 }