diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-03-04 17:08:50 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-03-04 17:08:50 +0000 |
commit | 035d95ff6d1a8f932558f3735be9b9a04d6bec78 (patch) | |
tree | 73276ca9a496244d7906419d49ef786d74075a9c /examples/tp-glib-examples.supp | |
parent | bc0f51898a4f7ddeef17dcf23305ab83b864f4c7 (diff) |
Valgrind suppressions: suppress some more GTest clutter
Diffstat (limited to 'examples/tp-glib-examples.supp')
-rw-r--r-- | 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 410cdbb5b..5f757601b 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 +} |