[scotch] 01/01: Don't halt on test errors for powerpcspe

Drew Parsons dparsons at moszumanska.debian.org
Mon Nov 27 14:51:59 UTC 2017


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

dparsons pushed a commit to branch master
in repository scotch.

commit 691a59a7066ce923734eb5095db91cdcf04bce6a
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Nov 27 22:50:33 2017 +0800

    Don't halt on test errors for powerpcspe
    
    it may segfault with INTSIZE64 (e.g. on test_scotch_graph_order)
---
 debian/changelog | 8 ++++++++
 debian/rules     | 3 +++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index be65fad..821df58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scotch (6.0.4.dfsg1-8) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Don't halt on test errors for powerpcspe
+    (may segfault on INTSIZE64)
+
+ -- Drew Parsons <dparsons at debian.org>  Mon, 27 Nov 2017 22:48:30 +0800
+
 scotch (6.0.4.dfsg1-7) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 9904193..77e2db7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,11 +42,14 @@ endif
 # By default, halt on test (check) failures. But,
 # - hurd times out on buildd during build-time checks
 # - m68k segfaults inside the qemu emulator used for builds
+# - powerpcspe segfaults on test_scotch_graph_order in INTSIZE64
 # so don't halt on test failures on these arches.
 ifeq ($(DEB_BUILD_ARCH_OS),hurd)
   HALT_ON_TEST_ERROR = no
 else ifeq ($(DEB_BUILD_ARCH_OS),m68k)
   HALT_ON_TEST_ERROR = no
+else ifeq ($(DEB_BUILD_ARCH_OS),powerpcspe)
+  HALT_ON_TEST_ERROR = no
 else
   HALT_ON_TEST_ERROR = yes
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scotch.git



More information about the debian-science-commits mailing list