[Telepathy-commits] [telepathy-glib/master] Valgrind suppressions: suppress some more GTest clutter
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Mar 4 09:08:50 PST 2009
---
examples/tp-glib-examples.supp | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/examples/tp-glib-examples.supp b/examples/tp-glib-examples.supp
index 410cdbb..5f75760 100644
--- a/examples/tp-glib-examples.supp
+++ b/examples/tp-glib-examples.supp
@@ -850,3 +850,22 @@
fun:g_test_init
fun:main
}
+
+{
+ GTest logging
+ Memcheck:Leak
+ fun:malloc
+ fun:realloc
+ fun:g_realloc
+ fun:g_array_maybe_expand
+ fun:g_array_set_size
+ fun:g_static_private_set
+ fun:g_get_charset
+ fun:g_print
+ fun:g_test_log
+ fun:g_test_run_suite_internal
+ fun:g_test_run_suite_internal
+ fun:g_test_run_suite
+ fun:g_test_run
+ fun:main
+}
--
1.5.6.5
More information about the telepathy-commits
mailing list