RIC:1060: Change in PTL
[ric-plt/sdl.git] / tst / valgrind-suppressions.conf
1 {
2    dl_init_leak
3    Memcheck:Leak
4    match-leak-kinds: reachable
5    fun:malloc
6    obj:*libstdc++*
7    ...
8    fun:*call_init*
9    fun:_dl_init
10 }
11 {
12    dlopen_leak_1
13    Memcheck:Leak
14    fun:malloc
15    ...
16    fun:_dlerror_run
17 }
18 {
19    dlopen_leak_2
20    Memcheck:Leak
21    fun:calloc
22    ...
23    fun:_dlerror_run
24 }
25 {
26    gmock_1
27    Memcheck:Value8
28    ...
29    fun:snprintf
30    ...
31    fun:*testing*PrintByte*InObjectTo*
32    ...
33 }
34 {
35    gmock_2
36    Memcheck:Cond
37    ...
38    fun:snprintf
39    ...
40    fun:*testing*PrintByte*InObjectTo*
41    ...
42 }
43 {
44    dlopen_leaks_because_of_no_dlclose
45    Memcheck:Leak
46    match-leak-kinds: reachable
47    fun:*alloc
48    ...
49    fun:dlopen_doit
50 }