r54902 - in /desktop/unstable/gjs/debian: changelog test.sh

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Tue Nov 21 02:28:33 UTC 2017


Author: jbicha
Date: Tue Nov 21 02:28:32 2017
New Revision: 54902

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54902
Log:
Don't mark passing arches as expected test failures Closes: #882036

Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/test.sh

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=54902&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Tue Nov 21 02:28:32 2017
@@ -1,3 +1,11 @@
+gjs (1.50.2-2) UNRELEASED; urgency=medium
+
+  [ Adrian Bunk ]
+  * debian/tests.sh: Don't mark architectures as expected test failures
+    where the tests actually do pass. (Closes: #882036)
+
+ -- Jeremy Bicha <jbicha at debian.org>  Mon, 20 Nov 2017 21:26:34 -0500
+
 gjs (1.50.2-1) unstable; urgency=medium
 
   [ Jeremy Bicha ]

Modified: desktop/unstable/gjs/debian/test.sh
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/test.sh?rev=54902&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/test.sh	[utf-8] (original)
+++ desktop/unstable/gjs/debian/test.sh	[utf-8] Tue Nov 21 02:28:32 2017
@@ -15,16 +15,7 @@
 	echo "check failed, checking whether to continue anyway..."
 
 	case "${DEB_HOST_ARCH}" in
-		(kfreebsd-i386|kfreebsd-amd64)
-			echo "Ignoring test failure, https://bugs.debian.org/878331"
-			;;
-		(mips64el)
-			echo "Ignoring test failure, https://bugs.debian.org/877428"
-			;;
-		(ppc64el)
-			echo "Ignoring test failure, https://bugs.debian.org/878319"
-			;;
-		(s390x|ppc64)
+		(s390x|ppc64|sparc64)
 			echo "Ignoring test failure, https://bugs.debian.org/878286"
 			;;
 		(*)




More information about the pkg-gnome-commits mailing list