summaryrefslogtreecommitdiff
path: root/examples/tp-glib-examples.supp
AgeCommit message (Collapse)AuthorFilesLines
2009-12-03Move telepathy-glib.supp to tools/; add and use valgrind.mkSimon McVittie1-871/+0
If we put all our valgrind stuff in one place, it's easier for other projects to use it.
2009-03-04Valgrind suppressions: suppress some more GTest clutterSimon McVittie1-0/+19
2009-03-04Add valgrind suppressions for GTest initializationSimon McVittie1-0/+23
2009-03-04tp_dbus_daemon_dup() is meant to leak one connection per process too, add ↵Simon McVittie1-0/+223
suppressions
2009-03-04tp-glib-examples.supp: add dynamic linker suppressions for glibc 2.9Simon McVittie1-0/+21
2008-12-12More shared DBus connection and g_type_init suppressionsWill Thompson1-0/+208
2008-10-13Update suppression file for glibc 2.7's backtraceSimon McVittie1-1/+21
2008-09-29tp-glib-examples.supp: remove /lib prefix in front of libdbus-1.so.*Guillaume Desmottes1-20/+20
2008-09-29tp-glib.supp: don't hardcode /usr path to libdbus-1.soGuillaume Desmottes1-20/+20
2008-05-12Suppress leak warnings from ld.so initialization involving SELinuxSimon McVittie1-0/+40
20080512144520-53eee-ad082dd56d31c5834405d28ab5d673f26732e2c7.gz
2008-04-14Make a Valgrind suppression slightly less specific to avoid needing ↵Simon McVittie1-1/+2
dbus-glib debug symbols 20080414170513-53eee-cb480bcf1eacfb029f0b2c16eadb720f3135e900.gz
2008-05-02tp-glib-examples.supp: don't warn on dlopen initialization, triggered by ↵Simon McVittie1-0/+124
handle-leak-debug code 20080502111707-53eee-c20ddbb191e3333dac11aea90acac90a3e8332f8.gz
2008-04-02tp-glib-examples.supp: update for GLib 2.16 and for lack of debug symbolsSimon McVittie1-6/+18
20080402194233-53eee-6db5d97e4337df7de3827ca18bee3b7e4875e268.gz
2008-02-29Make suppressions file less specific to avoid complaints about ↵Simon McVittie1-20/+20
dbus_g_bus_get() when no debug symbols are available 20080229115051-53eee-bc10d543d037589464a9e3fd0bb8bb904874b9c0.gz
2008-01-18tp-glib-examples.supp: suppress errors that are dbus-glib bug ↵Simon McVittie1-0/+7
https://bugs.freedesktop.org/show_bug.cgi?id=14125 20080118153513-53eee-c62cd72dd84643ad4b55a5ea76c3d4af26922414.gz
2008-01-18Be a little less specific when detecting allocs made by ↵Simon McVittie1-27/+23
g_quark_from_static_string 20080118145020-53eee-d4c35f14ef64dae9dbc7c95eb2c4569d0cfc62d1.gz
2008-01-18Add some more valgrind suppressions for allocated-once GLib internalsSimon McVittie1-4/+12
20080118142154-53eee-3004e5138eec730add3e53da3369b04f9d5591a3.gz
2008-01-18Make suppresion of "leak" from g_main_context_default more general, and add ↵Simon McVittie1-2/+12
a suppression for the same issue with G_SLICE_DEBUG=always-malloc 20080118132426-53eee-1d279f4fbd81d986c75c2aaab70ab0a74aa34048.gz
2008-01-18Make a valgrind suppression more general - we don't care about leaks caused ↵Simon McVittie1-11/+8
by g_quark_from_static_string, ever 20080118132150-53eee-f38ce3b70e3787869a49f4f62d76a7ccc7ac495f.gz
2008-01-18Add an example valgrind Memcheck suppressions file.Simon McVittie1-0/+162
This ignores some global data that's allocated once per process and can't or shouldn't be freed - the default GMainContext, the default DBusConnection, and whatever it is g_type_init allocates. It's probably incomplete, but it makes the examples appear to be Valgrind-clean. 20080118130956-53eee-61c354f2f556f9e0cc9c260ff146dadd4385da4f.gz