[Pkg-golang-commits] [golang] 01/01: Add comments to our "skip tests" arches pointing to more details (where I know them offhand)

Tianon Gravi tianon at debian.org
Tue Aug 23 14:31:46 UTC 2016


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

tianon pushed a commit to branch golang-1.7
in repository golang.

commit c8878fa504eb4722f08525a0a098584e7e22d1b8
Author: Tianon Gravi <tianon at debian.org>
Date:   Tue Aug 23 07:31:21 2016 -0700

    Add comments to our "skip tests" arches pointing to more details (where I know them offhand)
---
 debian/changelog | 1 -
 debian/rules     | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a8b8606..d1c0cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 golang-1.7 (1.7-3) UNRELEASED; urgency=medium
 
   * Add "s390x" to Architectures
-    (skip tests on s390x -- they fail in cgo-related ways)
 
  -- Tianon Gravi <tianon at debian.org>  Tue, 16 Aug 2016 07:35:03 -0700
 
diff --git a/debian/rules b/debian/rules
index 7fcb0f6..db64f13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ export GOROOT_FINAL := /usr/lib/go-$(GOVER)
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
 RUN_TESTS := true
+# armel: ???
+# ppc64: ???
+# s390x: https://github.com/golang/go/issues/16780
 ifneq (,$(filter armel ppc64 s390x,$(DEB_HOST_ARCH)))
 	RUN_TESTS := false
 endif

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



More information about the pkg-golang-commits mailing list