[postgis] 02/02: Skip tests on hppa, fails the tickets and wkb tests because of different NaN representations.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 5 23:15:47 UTC 2016


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

sebastic pushed a commit to branch master
in repository postgis.

commit 81bfc4aa97d2802f7faeaf9b41350b0f7fb4a1bb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 6 00:03:38 2016 +0100

    Skip tests on hppa, fails the tickets and wkb tests because of different NaN representations.
---
 debian/changelog | 3 +++
 debian/rules     | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8ed5b0f..0e6a5ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 postgis (2.2.1+dfsg-3) UNRELEASED; urgency=medium
 
   * Update Vcs-Git URL to use HTTPS.
+  * Skip tests on hppa, fails the tickets and wkb tests because of different
+    NaN representations.
+    (closes: #813846)
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 05 Feb 2016 23:58:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 13a4869..031f6dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,9 @@ endif
 # Hurd doesn't implement semaphores; skip regress tests
 # mipsel has persisent buildd issues, skip tests too.
 # armel has no sfcgal support, and fails interrupt_buffer test.
-# kfreebsd-i386 & mips64el are not a release architecture
-ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel kfreebsd-i386 mips64el"))
+# kfreebsd-i386 & mips64el are not a release architectures.
+# hppa (and mips*) fails the tickets and wkb tests because of different NaN representations.
+ifneq (,$(findstring $(DEB_HOST_ARCH),"hurd-i386 mipsel armel hppa kfreebsd-i386 mips64el"))
 	CHECK =
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list