[gnumeric] tests: suppression needed for OpenSUSE 11.2



commit 2821a990852f8da4e681622f1e7d95ad4acd3e38
Author: Morten Welinder <terra gnome org>
Date:   Fri Nov 27 18:22:19 2009 -0500

    tests: suppression needed for OpenSUSE 11.2

 test/GnumericTest.pm |    1 +
 test/common.supp     |  193 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 194 insertions(+), 0 deletions(-)
---
diff --git a/test/GnumericTest.pm b/test/GnumericTest.pm
index 69f37db..79d0fb2 100644
--- a/test/GnumericTest.pm
+++ b/test/GnumericTest.pm
@@ -329,6 +329,7 @@ sub test_valgrind {
     }
 
     # $cmd = "--show-reachable=yes $cmd";
+    $cmd = "--show-below-main=yes $cmd";
     $cmd = "--leak-check=full $cmd";
     $cmd = "--num-callers=20 $cmd";
     $cmd = "--track-fds=yes $cmd";
diff --git a/test/common.supp b/test/common.supp
index 604d513..5df69f7 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -275,6 +275,24 @@
 # -----------------------------------------------------------------------------
 
 {
+   Leak/ORBit_small_allocbuf
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:ORBit_alloc_tcval
+   fun:ORBit_small_allocbuf
+}
+
+{
+   Leak/ORBit_small_alloc
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:ORBit_alloc_by_tc
+   fun:ORBit_small_alloc
+}
+
+{
    Leak/g_type_register_static
    Memcheck:Leak
    fun:calloc
@@ -284,6 +302,127 @@
 }
 
 {
+   Leak/g_type_register_static2
+   Memcheck:Leak
+   fun:malloc
+   fun:realloc
+   fun:g_realloc
+   fun:type_node_any_new_W
+   fun:type_node_new_W
+   fun:g_type_register_static
+}
+
+{
+   Leak/g_type_register_static2a
+   Memcheck:Leak
+   fun:realloc
+   fun:g_realloc
+   fun:type_node_any_new_W
+   fun:type_node_new_W
+   fun:g_type_register_static
+}
+
+{
+   Leak/g_type_register_static3
+   Memcheck:Leak
+   fun:malloc
+   fun:realloc
+   fun:g_realloc
+   fun:type_add_flags_W
+   fun:g_type_register_static
+}
+
+{
+   Leak/g_type_register_fundamental
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:type_add_flags_W
+   fun:g_type_register_fundamental
+}
+
+{
+   Leak/g_type_register_fundamental2
+   Memcheck:Leak
+   fun:malloc
+   fun:realloc
+   fun:g_realloc
+   fun:type_add_flags_W
+   fun:g_type_register_fundamental
+}
+
+{
+   Leak/g_type_register_fundamental3
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:type_data_make_W
+   fun:g_type_register_fundamental
+}
+
+{
+   Leak/g_type_register_fundamental4
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:type_node_any_new_W
+   fun:type_node_fundamental_new_W
+   fun:g_type_register_fundamental
+}
+
+{
+   Leak/g_type_init_with_debug_flags
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:type_data_make_W
+   fun:g_type_init_with_debug_flags
+}
+
+# Probably not leaked, but cached.
+{
+   Leak/pango_ot_ruleset_init
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_slice_alloc
+   fun:g_array_sized_new
+   fun:g_array_new
+   fun:pango_ot_ruleset_init
+}
+
+# Probably not leaked, but cached.
+{
+   Leak/pango_ot_ruleset_add_feature
+   Memcheck:Leak
+   fun:realloc
+   fun:g_realloc
+   fun:g_array_maybe_expand
+   fun:g_array_append_vals
+   fun:pango_ot_ruleset_add_feature
+}
+
+# Probably not leaked, but cached.
+{
+   Leak/pango_ot_ruleset_maybe_add_feature
+   Memcheck:Leak
+   fun:realloc
+   fun:g_realloc
+   fun:pango_ot_ruleset_maybe_add_feature
+}
+
+# Probably not leaked, but cached.
+{
+   Leak/pango_ot_ruleset_new_for
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_type_create_instance
+   fun:g_object_constructor
+   fun:pango_ot_ruleset_new_for
+}
+
+{
    Leak/gnm_pre_parse_init/g_set_prgname
    Memcheck:Leak
    fun:malloc
@@ -322,6 +461,20 @@
 }
 
 {
+   Leak/FcStrStaticName
+   Memcheck:Leak
+   fun:malloc
+   fun:FcStrStaticName
+}
+
+{
+   Leak/FcPatternObjectInsertElt
+   Memcheck:Leak
+   fun:malloc
+   fun:FcPatternObjectInsertElt
+}
+
+{
    Leak/font-config/XML_ParseBuffer
    Memcheck:Leak
    fun:malloc
@@ -380,3 +533,43 @@
    fun:giop_init
    fun:CORBA_ORB_init
 }
+
+{
+   Leak/pango_language_get_default
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:pango_language_from_string
+   fun:pango_language_get_default
+}
+
+{
+   Leak/pango_language_get_default2
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:pango_language_get_default
+}
+
+{
+   Leak/pango_find_map
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:g_type_class_ref
+   fun:g_type_class_ref
+   fun:pango_find_map
+}
+
+{
+   Leak/giop_connection_class_init
+   Memcheck:Leak
+   fun:calloc
+   fun:g_malloc0
+   fun:g_type_class_ref
+   fun:g_type_class_ref
+   fun:g_type_create_instance
+   fun:g_param_spec_internal
+   fun:g_param_spec_pointer
+   fun:giop_connection_class_init
+}



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