r49897 - in /desktop/unstable/gtk+3.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Aug 31 21:41:30 UTC 2016


Author: biebl
Date: Wed Aug 31 21:41:30 2016
New Revision: 49897

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49897
Log:
Mark two more reftests as known_fail and make test-suite failures fatal
again.

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/rules

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=49897&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Wed Aug 31 21:41:30 2016
@@ -1,3 +1,10 @@
+gtk+3.0 (3.21.5-3) UNRELEASED; urgency=medium
+
+  * Mark two more reftests as known_fail and make test-suite failures fatal
+    again.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 31 Aug 2016 23:40:10 +0200
+
 gtk+3.0 (3.21.5-2) unstable; urgency=medium
 
   * Mark the gdk_wayland_* symbols as linux-any.

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=49897&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Wed Aug 31 21:41:30 2016
@@ -118,7 +118,7 @@
 # Get failing tests' stdout/err so we have some information when a build fails
 export VERBOSE=1
 
-DEB_MAKE_CHECK_TARGET = -k check || true
+DEB_MAKE_CHECK_TARGET = -k check
 DEB_INSTALL_DOCS_ALL = AUTHORS
 DEB_INSTALL_DOCS_$(COMMON_PKG) = README NEWS
 DEB_INSTALL_DOCS_$(DOC_PKG) += -X.in
@@ -169,6 +169,8 @@
 	# Mark reftests with known failures as non-fatal
 	touch testsuite/reftests/nonresizable-size.ui.known_fail
 	touch testsuite/reftests/window-show-contents-on-map.ui.known_fail
+	touch testsuite/reftests/inherit-and-initial.ui.known_fail
+	touch testsuite/reftests/textview-margins.ui.known_fail
 	# So that gsettings can find the (uninstalled) gtk schemas
 	mkdir -p debian/build/glib-2.0/schemas/
 	cp gtk/org.gtk.* debian/build/glib-2.0/schemas/




More information about the pkg-gnome-commits mailing list