[gnumeric] tests: a few more suppressions.



commit ea78e56d6dc57bc1a65f1d72a29c3905ba6e540b
Author: Morten Welinder <terra gnome org>
Date:   Fri Aug 16 22:51:57 2013 -0400

    tests: a few more suppressions.

 test/ChangeLog   |    5 +++++
 test/common.supp |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/test/ChangeLog b/test/ChangeLog
index 522c47c..792bbb5 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2013-08-16  Morten Welinder  <terra gnome org>
+
+       * common.supp: A few more leak suppressions.  We actually pass
+       valgrind tests on my system now -- first time in years.
+
 2013-07-10  Morten Welinder <terra gnome org>
 
        * Release 1.12.4
diff --git a/test/common.supp b/test/common.supp
index a2b19d2..e9973c7 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -730,3 +730,35 @@
     ...
     fun:snd_config_hook_load
 }
+
+{
+   GLIBC/DL_INIT/MLK
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   ...
+   fun:call_init.part.0
+   fun:_dl_init
+}
+
+{
+   GLIB/G_OPTION_CONTEXT_PARSE/MLK
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:g_closure_new_simple
+   fun:g_cclosure_new
+   fun:g_signal_connect_data
+   ...
+   fun:g_option_context_parse
+}
+
+{
+   DBUS/G_DBUS_CONNECTION_CALL/MLK
+   Memcheck:Leak
+   fun:malloc
+   ...
+   fun:g_variant_new_va
+   ...
+   fun:g_dbus_connection_call
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]