]> Cypherpunks repositories - gostls13.git/commit
misc/cgo: skip testso on ppc64
authorAustin Clements <austin@google.com>
Fri, 16 Jan 2015 15:34:07 +0000 (10:34 -0500)
committerAustin Clements <austin@google.com>
Fri, 16 Jan 2015 19:45:28 +0000 (19:45 +0000)
commit36f456c789da341df496f161672df618b7410d58
tree99491ed5b65896b2f426b9ae96bb3077448c37dd
parentc6ddca2aec4218e1af7f51fad3b761afb33b4c20
misc/cgo: skip testso on ppc64

This test requires external linking, but we don't yet implement
external linking on ppc64 (tracked in issue #8912).  Disable the test
on ppc64 until external linking is implemented.

This makes all.bash pass on ppc64le.

Change-Id: I741498d4d9321607e7a65792a33faf8187bd18e4
Reviewed-on: https://go-review.googlesource.com/2908
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/testso/test.bash