Valgrind integration, refactor build process
[platform/upstream/libsecret.git] / build / glib.supp
1 {
2    g_type_register_static_1
3    Memcheck:Leak
4    ...
5    fun:g_type_register_static
6 }
7 {
8    g_type_register_fundamental
9    Memcheck:Leak
10    ...
11    fun:g_type_register_fundamental
12 }
13 {
14    g_type_init_with_debug_flags
15    Memcheck:Leak
16    ...
17    fun:g_type_init_with_debug_flags
18 }
19 {
20    g_type_class_ref_1
21    Memcheck:Leak
22    ...
23    fun:type_iface_vtable_base_init_Wm
24    ...
25    fun:g_type_class_ref
26 }
27 {
28    g_type_class_ref_2
29    Memcheck:Leak
30    ...
31    fun:type_class_init_Wm
32    ...
33    fun:g_type_class_ref
34 }
35 {
36    g_type_add_interface_static
37    Memcheck:Leak
38    ...
39    fun:g_type_add_interface_static
40 }
41 {
42    g_param_spec_internal
43    Memcheck:Leak
44    ...
45    fun:g_type_class_ref
46    fun:g_type_create_instance
47    fun:g_param_spec_internal
48 }
49 {
50    g_param_spec_enum
51    Memcheck:Leak
52    ...
53    fun:g_type_class_ref
54    fun:g_param_spec_enum
55 }
56 {
57    g_param_spec_flags
58    Memcheck:Leak
59    ...
60    fun:g_type_class_ref
61    fun:g_param_spec_flags
62 }
63 {
64    g_quark_from_static_string
65    Memcheck:Leak
66    ...
67    fun:g_quark_from_static_string
68 }
69 {
70    g_quark_from_string
71    Memcheck:Leak
72    ...
73    fun:g_quark_from_string
74 }
75 {
76    g_value_register_transform_func
77    Memcheck:Leak
78    ...
79    fun:g_value_register_transform_func
80 }
81 {
82    test_run_seed
83    Memcheck:Leak
84    ...
85    fun:g_rand_new_with_seed_array
86    fun:test_run_seed
87    ...
88    fun:g_test_run_suite
89 }
90 {
91    g_test_init
92    Memcheck:Leak
93    ...
94    fun:g_rand_new_with_seed_array
95    ...
96    fun:g_test_init
97 }
98 {
99    g_intern_static_string
100    Memcheck:Leak
101    ...
102    fun:g_intern_static_string
103 }
104 {
105    g_main_context_push_thread_default
106    Memcheck:Leak
107    ...
108    fun:g_queue_new
109    fun:g_main_context_push_thread_default
110 }
111 {
112    g_dbus_error_register_error
113    Memcheck:Leak
114    ...
115    fun:g_dbus_error_register_error
116 }
117 {
118    g_param_spec_pool_insert
119    Memcheck:Leak
120    ...
121    fun:g_param_spec_pool_insert
122 }
123 {
124    g_main_context_default
125    Memcheck:Leak
126    ...
127    fun:g_main_context_default
128 }
129 {
130    g_main_context_check
131    Memcheck:Leak
132    ...
133    fun:g_ptr_array_add
134    fun:g_main_context_check
135 }
136 {
137    g_test_run_suite
138    Memcheck:Leak
139    ...
140    fun:g_slist_copy
141    fun:g_test_run_suite_internal
142    fun:g_test_run_suite
143 }
144 {
145    g_dbus_interface_info_cache_build
146    Memcheck:Leak
147    ...
148    fun:g_dbus_interface_info_cache_build
149 }
150 {
151    g_cancellable_push_current
152    Memcheck:Leak
153    ...
154    fun:thread_memory_from_self
155    ...
156    fun:g_cancellable_push_current
157 }
158 {
159    g_io_scheduler_push_job
160    Memcheck:Leak
161    ...
162    fun:init_scheduler
163    fun:g_once_impl
164    fun:g_io_scheduler_push_job
165 }
166 {
167    g_io_scheduler_push_job_2
168    Memcheck:Leak
169    ...
170    fun:g_system_thread_new
171    ...
172    fun:g_io_scheduler_push_job
173 }
174 {
175    g_bus_get_sync__available_connections
176    Memcheck:Leak
177    ...
178    fun:g_hash_table_new
179    fun:initable_init
180    fun:g_initable_init
181    fun:g_bus_get_sync
182 }
183 {
184    g_socket_connection_factory_register_type
185    Memcheck:Leak
186    ...
187    fun:g_socket_connection_factory_register_type
188 }
189 {
190    g_test_add_vtable
191    Memcheck:Leak
192    ...
193    fun:g_test_add_vtable
194 }
195 {
196    g_mutex_lock
197    Memcheck:Leak
198    ...
199    fun:g_mutex_impl_new
200    fun:g_mutex_get_impl
201    fun:g_mutex_lock
202 }
203 {
204    g_thread_self
205    Memcheck:Leak
206    ...
207    fun:g_thread_self
208 }
209 {
210    g_rec_mutex_lock
211    Memcheck:Leak
212    ...
213    fun:g_rec_mutex_impl_new
214    fun:g_rec_mutex_get_impl
215    fun:g_rec_mutex_lock
216 }
217 {
218    test_case_run
219    Memcheck:Leak
220    ...
221    fun:g_malloc0
222    fun:test_case_run
223    ...
224    fun:g_test_run_suite
225 }
226 {
227    g_get_charset
228    Memcheck:Leak
229    ...
230    fun:g_get_charset
231 }
232 {
233    g_test_run_suite__timer_new
234    Memcheck:Leak
235    ...
236    fun:g_timer_new
237    fun:test_case_run
238    ...
239    fun:g_test_run_suite
240 }
241 {
242    g_test_run_suite__strconcat
243    Memcheck:Leak
244    ...
245    fun:g_strconcat
246    fun:test_case_run
247    ...
248    fun:g_test_run_suite
249    fun:g_test_run
250 }
251 {
252    g_type_interface_add_prerequisite
253    Memcheck:Leak
254    ...
255    fun:g_type_interface_add_prerequisite
256 }
257 {
258    <insert_a_suppression_name_here>
259    Memcheck:Leak
260    ...
261    fun:g_slist_copy
262    fun:g_test_run_suite_internal
263    ...
264    fun:g_test_run_suite
265 }
266 {
267    g_set_prgname
268    Memcheck:Leak
269    ...
270    fun:g_set_prgname
271 }
272 {
273    g_test_run_suite__strconcat_2
274    Memcheck:Leak
275    ...
276    fun:g_strconcat
277    fun:g_test_run_suite_internal
278 }
279 {
280    g_test_run_suite__strdup
281    Memcheck:Leak
282    ...
283    fun:g_strdup
284    fun:g_test_run_suite_internal
285 }
286 {
287    g_private_get
288    Memcheck:Leak
289    ...
290    fun:g_private_get
291 }
292 {
293    g_private_set
294    Memcheck:Leak
295    ...
296    fun:g_private_set
297 }
298 {
299    g_static_mutex_get_mutex_impl
300    Memcheck:Leak
301    ...
302    fun:g_static_mutex_get_mutex_impl
303 }