[gnumeric] Tests: more valgrind suppressions



commit beb0df57160fcc18b1f207e686b54c3d8e61238b
Author: Morten Welinder <terra gnome org>
Date:   Fri May 6 12:55:39 2016 -0400

    Tests: more valgrind suppressions

 test/common.supp |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/test/common.supp b/test/common.supp
index 189d1e2..3e9d4eb 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -592,6 +592,14 @@
 }
 
 {
+   Leak/FcConfigSubstituteWithPat/2
+   Memcheck:Leak
+   fun:realloc
+   ...
+   fun:FcConfigSubstituteWithPat
+}
+
+{
    Leak/g_type_class_ref1
    Memcheck:Leak
    fun:malloc
@@ -921,3 +929,13 @@
    fun:_inplace_spans
    fun:blit_a8
 }
+
+{
+   gio_source_leak
+   Memcheck:Leak
+   match-leak-kinds: possible
+   ...
+   fun:g_socket_create_source
+   ...
+   fun:g_simple_async_result_complete
+}


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