[gnumeric] tests: silence more other-peoples-problems.



commit 5918cb364a1db1a4b8cf75e0035984e4b958a47b
Author: Morten Welinder <terra gnome org>
Date:   Mon Jun 9 19:13:51 2014 -0400

    tests: silence more other-peoples-problems.

 test/common.supp |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/test/common.supp b/test/common.supp
index ab3d017..1aa641d 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -827,3 +827,26 @@
    fun:g_malloc
    fun:g_file_read_link
 }
+
+{
+   GLIB/IDLE_CLOSURE_LEAK1
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:g_closure_new_simple
+   ...
+   fun:complete_in_idle_cb
+}
+
+{
+   GLIB/IDLE_CLOSURE_LEAK2
+   Memcheck:Leak
+   fun:malloc
+   fun:realloc
+   fun:g_realloc
+   fun:g_closure_add_invalidate_notifier
+   fun:g_source_set_closure
+   ...
+   fun:complete_in_idle_cb
+}
+


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