From: Stephane Glondu Date: Mon, 2 Dec 2013 17:26:34 +0000 (+0100) Subject: Update SLOW_ARCHITECTURES and remove almabench test there X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~186 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9591b7268de0d4f60f3df63e9d7d131c9c47f1d6;p=ocaml.git Update SLOW_ARCHITECTURES and remove almabench test there --- diff --git a/debian/rules b/debian/rules index 513a2732..667475ab 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