[gtksourceview] testsuite: use walbottle.supp for Valgrind suppression file



commit 22cc18de3ea9667c5c8998e5a15402c2bad4a157
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Aug 2 18:57:14 2016 +0200

    testsuite: use walbottle.supp for Valgrind suppression file
    
    See:
    https://mail.gnome.org/archives/gtk-devel-list/2016-August/msg00001.html
    
    walbottle.supp contains suppressions for GLib and GIO, but is not
    guaranteed to be complete.
    
    Now most of the unit tests that depend only on GLib/GObject/GIO pass
    fine. All unit tests that depend on GTK+ fail.

 testsuite/Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index bf94d5e..31568fc 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -2,13 +2,13 @@
 
 @VALGRIND_CHECK_RULES@
 
+# https://github.com/pwithnall/walbottle
 # https://github.com/dtrebbien/GNOME.supp
-VALGRIND_SUPPRESSIONS_FILES =                          \
-       $(top_srcdir)/../GNOME.supp/build/base.supp     \
-       $(top_srcdir)/../GNOME.supp/build/glib.supp     \
-       $(top_srcdir)/../GNOME.supp/build/gio.supp      \
-       $(top_srcdir)/../GNOME.supp/build/pango.supp    \
-       $(top_srcdir)/../GNOME.supp/build/gdk.supp      \
+VALGRIND_SUPPRESSIONS_FILES =                                          \
+       $(top_srcdir)/../walbottle/libwalbottle/tests/walbottle.supp    \
+       $(top_srcdir)/../GNOME.supp/build/base.supp                     \
+       $(top_srcdir)/../GNOME.supp/build/pango.supp                    \
+       $(top_srcdir)/../GNOME.supp/build/gdk.supp                      \
        $(top_srcdir)/../GNOME.supp/build/gtk3.supp
 
 AM_CPPFLAGS =                          \


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