[libgsf] Tests: suppressions



commit dec97fefe85c2d05dc650a9b17ee9d0b86cf1366
Author: Morten Welinder <terra gnome org>
Date:   Wed Jun 29 18:20:15 2016 -0400

    Tests: suppressions

 tests/common.supp |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/tests/common.supp b/tests/common.supp
index 9ccdb55..6c4e981 100644
--- a/tests/common.supp
+++ b/tests/common.supp
@@ -115,3 +115,39 @@
    ...
    fun:_g_io_modules_ensure_loaded
 }
+
+{
+   GIO/init1/MLK
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:malloc
+   fun:realloc
+   fun:g_realloc
+   fun:g_closure_add_invalidate_notifier
+   fun:g_source_set_closure
+   fun:g_socket_create_source
+   ...
+   fun:g_simple_async_result_complete
+}
+
+{
+   GIO/init2/MLK
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:calloc
+   fun:g_malloc0
+   ...
+   fun:g_socket_create_source
+   ...
+   fun:g_simple_async_result_complete
+}
+
+{
+   GOBJECT/init1/MLK
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:calloc
+   fun:g_malloc0
+   ...
+   fun:_dl_init
+}


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