[gnumeric] tests: ignore more fontconfig leaks.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] tests: ignore more fontconfig leaks.
- Date: Fri, 19 Nov 2010 18:07:33 +0000 (UTC)
commit 4dfbdc6ab8e3282ce8a37ca3b075372454d52219
Author: Morten Welinder <terra gnome org>
Date: Fri Nov 19 13:07:13 2010 -0500
tests: ignore more fontconfig leaks.
test/ChangeLog | 5 +++++
test/commondots.supp | 32 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 0 deletions(-)
---
diff --git a/test/ChangeLog b/test/ChangeLog
index 68044f4..7110a9a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-19 Morten Welinder <terra gnome org>
+
+ * commondots.supp: Be more aggressive about ignoring fontconfig
+ leaks.
+
2010-10-01 Morten Welinder <terra gnome org>
* Release 1.10.11
diff --git a/test/commondots.supp b/test/commondots.supp
index ab26b7e..aa40edf 100644
--- a/test/commondots.supp
+++ b/test/commondots.supp
@@ -126,3 +126,35 @@
...
fun:type_iface_vtable_base_init_Wm
}
+
+{
+ Leak/FcFontRenderPrepare1
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:FcFontRenderPrepare
+}
+
+{
+ Leak/FcFontRenderPrepare2
+ Memcheck:Leak
+ fun:realloc
+ ...
+ fun:FcFontRenderPrepare
+}
+
+{
+ Leak/FcDefaultSubstitute1
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:FcDefaultSubstitute
+}
+
+{
+ Leak/FcDefaultSubstitute2
+ Memcheck:Leak
+ fun:realloc
+ ...
+ fun:FcDefaultSubstitute
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]