[Pkg-ocaml-maint-commits] [ocaml] 01/03: Update SLOW_ARCHITECTURES and remove almabench test there

Stéphane Glondu glondu at moszumanska.debian.org
Mon Dec 2 19:01:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 9591b7268de0d4f60f3df63e9d7d131c9c47f1d6
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Dec 2 18:26:34 2013 +0100

    Update SLOW_ARCHITECTURES and remove almabench test there
---
 debian/rules | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 513a273..667475a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -279,13 +279,16 @@ regenerate: debian/control
 	> debian/MANIFEST
 
 # Architectures where running the test suite completely makes the
-# whole build last more than one hour on buildds. Originally, because
-# some tests do not even finish on mips.
-SLOW_ARCHITECTURES := hurd-i386 mips mipsel powerpc sparc armel
+# whole build last more than 30 minutes on buildds. Originally,
+# because some tests do not even finish on mips.
+SLOW_ARCHITECTURES := armel armhf ia64 mips mipsel powerpc powerpcspe sparc
 
 .PHONY: override_dh_auto_test
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
+	rm -f testsuite/tests/misc-unsafe/almabench.ml
+endif
 ifeq (,$(DEB_TEST_BUILD_PREFIX))
 	cd testsuite && make all
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list