1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:08:32 -06:00
go/misc/cgo/testso
Austin Clements 36f456c789 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>
2015-01-16 19:45:28 +00:00
..
cgoso_c.c misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD. 2014-02-23 20:37:43 -05:00
cgoso_unix.go misc/cgo/testso: don't use TLS variables on Darwin and OpenBSD. 2014-02-23 20:37:43 -05:00
cgoso.c misc/cgo/testso: enable test on windows 2013-04-23 04:42:04 +08:00
cgoso.go cgo: enable cgo on dragonfly 2013-09-04 15:19:21 -07:00
main.go misc/cgo: re-enable testso 2012-03-08 12:13:41 -05:00
test.bash misc/cgo: skip testso on ppc64 2015-01-16 19:45:28 +00:00
test.bat misc/cgo/testso: enable test on windows 2013-04-23 04:42:04 +08:00