Bug#882036: gjs: only list actual test failures as expected

Adrian Bunk bunk at debian.org
Fri Nov 17 20:37:01 UTC 2017


Source: gjs
Version: 1.50.2-1
Severity: normal
Tags: patch

Even though kfreebsd-i386/kfreebsd-amd64/mips64el/ppc64el
have mozjs52 test failures they do not currently have gjs
test failures.

Remove them from architectures with expected test failures,
to get future test failures flagged through FTBFS.

64bit big endian seems problematic for both mozjs52 and gjs,
add sparc64 as expected failure once the sparc64 mozjs52
build is fixed.


--- debian/test.sh.old	2017-11-17 20:26:44.000000000 +0000
+++ debian/test.sh	2017-11-17 20:27:05.000000000 +0000
@@ -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-maintainers mailing list