This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository hdf5.
commit 93b3e2e5cbcefd63fdc5d3f1cc3fb34ed3043552 Author: Gilles Filippini <p...@debian.org> Date: Sun Dec 17 22:32:11 2017 +0100 Disable dh_auto_test on ppc64el (HDFFV-10309) --- debian/changelog | 6 ++++++ debian/rules | 12 +++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 29881d2..bb4fd3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hdf5 (1.10.1+docs-1~exp3) UNRELEASED; urgency=medium + + * Disable dh_auto_test on ppc64el (HDFFV-10309) + + -- Gilles Filippini <p...@debian.org> Mon, 23 Oct 2017 20:01:47 +0200 + hdf5 (1.10.1+docs-1~exp2) experimental; urgency=medium * libhdf5[-flavor]-101 conflicts / replaces libhdf5[-flavor]-100 diff --git a/debian/rules b/debian/rules index cc6d679..61d79c7 100755 --- a/debian/rules +++ b/debian/rules @@ -225,8 +225,6 @@ build_%: override_dh_auto_build-arch: $(foreach flavor,$(FLAVORS),build_$(flavor)) -override_dh_auto_test: - install_%: flavor = $(patsubst install_%,%,$@) install_%: builddir = $(CURDIR)/debian/build-$(flavor) install_%: destdir = $(builddir)/tmpinst @@ -308,4 +306,12 @@ auto_test_%: builddir = debian/build-$(flavor) auto_test_%: dh_auto_test -B$(builddir) -override_dh_auto_test: auto_test_serial +# HDFFV-10309 - long double tests fail on ppc64el +# elmt 107: +# src = 00 3f ff ff ff ff ff ff 18014398509481983 +# dst = 00 00 00 00 00 00 00 00 43 50 00 00 00 00 00 00 18014398509481984.000000 +# ans = bf f0 00 00 00 00 00 00 43 50 00 00 00 00 00 00 18014398509481983.000000 +ifneq (ppc64el,$(DEB_HOST_ARCH)) +auto_test_serial := auto_test_serial +endif +override_dh_auto_test: $(auto_test_serial) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf5.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel