[gspell] testsuite: use walbottle.supp for Valgrind suppression file
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell] testsuite: use walbottle.supp for Valgrind suppression file
- Date: Tue, 2 Aug 2016 15:21:46 +0000 (UTC)
commit 2d73d55e3b9f176dcdac3a9ccec90004de2cc674
Author: Sébastien Wilmet <swilmet gnome org>
Date: Tue Aug 2 16:42:43 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, 'make check-valgrind-memcheck' passes for test-utils and
test-checker. But the tests that use GTK+ still fail.
testsuite/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 821f316..223f848 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -3,12 +3,12 @@
@VALGRIND_CHECK_RULES@
# 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 \
+# https://github.com/pwithnall/walbottle
+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]