aboutsummaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-13 17:37:02 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-13 17:37:02 +0000
commit777285f0005e89f83bf25aa22257211a676182ac (patch)
tree20ecceb408f1ecb00d764bf86d91c4ed33078cb0 /libgo
parentd8b4a254723671811e83ed0d17b38fa473ec694a (diff)
PR go/79443
libgo: fix some s390x tests Add `+build ignore` to ignore tests that rely on s390x assembly code not yet implemented for gccgo. Fixes GCC PR 79443. Reviewed-on: https://go-review.googlesource.com/36909 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245397 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo')
-rw-r--r--libgo/go/crypto/sha256/fallback_test.go1
-rw-r--r--libgo/go/math/export_s390x_test.go2
2 files changed, 3 insertions, 0 deletions
diff --git a/libgo/go/crypto/sha256/fallback_test.go b/libgo/go/crypto/sha256/fallback_test.go
index 5917a4862af..1a6e6a572d8 100644
--- a/libgo/go/crypto/sha256/fallback_test.go
+++ b/libgo/go/crypto/sha256/fallback_test.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
// +build s390x
package sha256
diff --git a/libgo/go/math/export_s390x_test.go b/libgo/go/math/export_s390x_test.go
index 3fdbd8640fe..2e7f584dc3f 100644
--- a/libgo/go/math/export_s390x_test.go
+++ b/libgo/go/math/export_s390x_test.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
+
package math
// Export internal functions and variable for testing.