re PR go/79443 (libgo/math test fails on s390x (undefined symbols cosh, sinh, tanh...
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 13 Feb 2017 17:37:02 +0000 (17:37 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 13 Feb 2017 17:37:02 +0000 (17:37 +0000)
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

From-SVN: r245397

gcc/go/gofrontend/MERGE
libgo/go/crypto/sha256/fallback_test.go
libgo/go/math/export_s390x_test.go

index 532cf1e9929a742b33014d379e4fece30a83348d..0f5bec0cc6e1c9385789ccbb9777ccc076488f2a 100644 (file)
@@ -1,4 +1,4 @@
-7fa4eb4b7a32953c2e838f1b0c684a6733172b43
+c3935e1f20ad5b1d4c41150f11fb266913c04df7
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 5917a4862af1b21179aed28109415170f41c8314..1a6e6a572d8dce38dfe00c215cccb46e0fed0e92 100644 (file)
@@ -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
index 3fdbd8640fe1775c59423b9f2283bd8ee24d8e0e..2e7f584dc3f6cae1e4ff6cae37a44089633f9d8e 100644 (file)
@@ -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.