[gjs: 8/10] build: Add valgrind suppression for permanent g-i data



commit 80d8f96c61f621bdb350e3303e285720ee233b5d
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Feb 24 18:39:09 2019 -0800

    build: Add valgrind suppression for permanent g-i data
    
    See GNOME/gobject-introspection#265. We will suppress this error for the
    time being.

 installed-tests/extra/gjs.supp | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/installed-tests/extra/gjs.supp b/installed-tests/extra/gjs.supp
index 5a9ad035..111144b1 100644
--- a/installed-tests/extra/gjs.supp
+++ b/installed-tests/extra/gjs.supp
@@ -158,6 +158,17 @@
    fun:cairo_show_text
 }
 
+# https://gitlab.gnome.org/GNOME/gobject-introspection/issues/265
+{
+   gobject-introspection-default-repository
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:realloc
+   ...
+   fun:build_typelib_key
+   fun:register_internal
+}
+
 # SpiderMonkey data races
 
 # These are in SpiderMonkey's atomics / thread barrier stuff so presumably


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