[gnumeric] tests: suppressions for OpenSuSE 11.4



commit dfe8d2612fe3434ce6f57a7f45503c8d59c8791f
Author: Morten Welinder <terra gnome org>
Date:   Thu Mar 24 19:57:33 2011 -0400

    tests: suppressions for OpenSuSE 11.4

 test/common.supp     |    7 +++++++
 test/commondots.supp |   10 +++++++++-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/test/common.supp b/test/common.supp
index 541e9df..3e03b46 100644
--- a/test/common.supp
+++ b/test/common.supp
@@ -323,3 +323,10 @@
    fun:?alloc
    fun:_cairo_hash_table_create
 }
+
+{
+   Leak/allocate_dtv
+   Memcheck:Leak
+   fun:calloc
+   fun:allocate_dtv
+}
diff --git a/test/commondots.supp b/test/commondots.supp
index e7468cc..54b1d74 100644
--- a/test/commondots.supp
+++ b/test/commondots.supp
@@ -253,9 +253,17 @@
 }
 
 {
-   Leak/g_type_class_ref
+   Leak/g_type_class_ref1
    Memcheck:Leak
    fun:malloc
    ...
    fun:g_type_class_ref
 }
+
+{
+   Leak/g_type_class_ref2
+   Memcheck:Leak
+   fun:calloc
+   ...
+   fun:g_type_class_ref
+}



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