tests: add valgrind suppression for test-general-with-expect
[NetworkManager.git] / valgrind.suppressions
1 {
2   NSS_NoDB_Init
3   Memcheck:Leak
4   ...
5   fun:NSS_NoDB_Init
6   ...
7 }
8 {
9   g_type_init_with_debug_flags
10   Memcheck:Leak
11   ...
12   fun:g_type_init_with_debug_flags
13   ...
14 }
15 {
16   g_type_register_static
17   Memcheck:Leak
18   ...
19   fun:g_type_register_static
20   ...
21 }
22 {
23   g_param_spec_boxed
24   Memcheck:Leak
25   ...
26   fun:g_param_spec_boxed
27   ...
28 }
29 {
30   g_type_add_interface_static
31   Memcheck:Leak
32   ...
33   fun:g_type_add_interface_static
34   ...
35 }
36 {
37   g_signal_type_cclosure_new
38   Memcheck:Leak
39   ...
40   fun:g_malloc0
41   fun:g_closure_new_simple
42   fun:g_signal_type_cclosure_new
43   fun:g_signal_new
44   ...
45 }
46 {
47    dbus_g_value_types_init
48    Memcheck:Leak
49    fun:realloc
50    fun:g_realloc
51    fun:g_type_set_qdata
52    fun:_dbus_g_value_types_init
53    fun:dbus_g_bus_get
54    ...
55 }
56 {
57    type_iface_vtable_base_init_Wm
58    Memcheck:Leak
59    fun:malloc
60    fun:g_malloc
61    fun:g_memdup
62    fun:type_iface_vtable_base_init_Wm
63    fun:g_type_class_ref
64    ...
65 }
66 {
67    g_type_create_instance
68    Memcheck:Leak
69    fun:malloc
70    fun:g_malloc
71    fun:g_slice_alloc
72    fun:g_slice_alloc0
73    fun:g_type_create_instance
74    fun:g_object_constructor
75    ...
76 }
77 {
78    g_signal_new_class_handler
79    Memcheck:Leak
80    ...
81    fun:g_closure_new_simple
82    fun:g_cclosure_new
83    fun:g_signal_new_class_handler
84    ...
85 }
86 {
87    _dl_init_g_type_register_fundamental
88    Memcheck:Leak
89    ...
90    fun:g_type_register_fundamental
91    ...
92    fun:_dl_init
93    obj:/*/ld-*.so
94 }
95 {
96    _dl_init_g_malloc0
97    Memcheck:Leak
98    fun:calloc
99    fun:g_malloc0
100    ...
101    fun:_dl_init
102    obj:/*/ld-*.so
103 }
104 {
105     all_gobject_init_ctor
106     Memcheck:Leak
107     ...
108     fun:gobject_init_ctor
109     ...
110 }
111
112
113 # The following suppressions were needed on fc20.armv7hl
114 {
115    _fun_malloc
116    Memcheck:Leak
117    match-leak-kinds: possible
118    fun:malloc
119 }
120 {
121    _fun_realloc
122    Memcheck:Leak
123    match-leak-kinds: possible
124    fun:realloc
125 }
126 {
127    _fun_calloc
128    Memcheck:Leak
129    match-leak-kinds: possible
130    fun:calloc
131 }
132
133
134 {
135    _glib_sigaction
136    Memcheck:Param
137    rt_sigaction(act->sa_flags)
138    fun:__libc_sigaction
139    fun:unref_unix_signal_handler_unlocked
140    fun:g_child_watch_finalize
141    fun:g_source_unref_internal
142    fun:g_main_context_dispatch
143    fun:g_main_context_iterate.isra.24
144    fun:g_main_loop_run
145    ...
146 }
147