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

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Mon Oct 16 13:07:36 UTC 2017


Author: smcv
Date: Mon Oct 16 13:07:36 2017
New Revision: 54471

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54471
Log:
d/test.sh: Make test failures fatal on mips

It seems to pass tests once mozjs52's JIT is turned off and its atomic
operations are fixed.

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=54471&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Mon Oct 16 13:07:36 2017
@@ -7,6 +7,9 @@
       the same architectures as mozjs52
     - d/test.sh: Run a smoke-test (a "hello world" program) to prove
       that the interpreter has any sort of functionality at all
+    - d/test.sh: Make test failures fatal on mips. It seems to pass
+      tests once mozjs52's JIT is turned off and its atomic operations
+      are fixed.
 
  -- Simon McVittie <smcv at debian.org>  Sun, 15 Oct 2017 11:38:51 +0100
 

Modified: desktop/unstable/gjs/debian/test.sh
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/test.sh?rev=54471&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/test.sh	[utf-8] (original)
+++ desktop/unstable/gjs/debian/test.sh	[utf-8] Mon Oct 16 13:07:36 2017
@@ -21,9 +21,6 @@
 		(mips64el)
 			echo "Ignoring test failure, https://bugs.debian.org/877428"
 			;;
-		(mips)
-			echo "Ignoring test failure, https://bugs.debian.org/878284"
-			;;
 		(ppc64el)
 			echo "Ignoring test failure, https://bugs.debian.org/878319"
 			;;




More information about the pkg-gnome-commits mailing list