]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, misc/cgo: enable tests for aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Thu, 21 Feb 2019 09:56:35 +0000 (10:56 +0100)
committerIan Lance Taylor <iant@golang.org>
Wed, 20 Mar 2019 14:38:44 +0000 (14:38 +0000)
commit125d187f9ac013cd23daaf447962622f38d3826c
treeb8453e00f5fedae7b9a3303de46e129f9a534d9d
parent1b5b08d10a372ef3e3a21442fade2d2b4e3be343
cmd/dist, misc/cgo: enable tests for aix/ppc64

Some cgo tests aren't yet available on aix/ppc64.
-shared and -static don't work as expected and will be fixed latter.

Updates #30565

Change-Id: Ic59cabe685cb1cbdf89a8d1d1a1d2c4b0e8ef442
Reviewed-on: https://go-review.googlesource.com/c/go/+/164018
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/cthread_unix.c
misc/cgo/test/issue18146.go
misc/cgo/testso/so_test.go
misc/cgo/testsovar/so_test.go
src/cmd/dist/test.go