]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: skip misc/cgo/test with internal linking on ppc64le
authorIan Lance Taylor <iant@golang.org>
Fri, 22 Apr 2016 17:17:06 +0000 (10:17 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 22 Apr 2016 20:33:22 +0000 (20:33 +0000)
commiteee20b7244586da70b2bca6fe6346da7dac6be78
treea1779cd6694a8ecfea63ca20e04c87a3d2998582
parentf71a13da93b6ec2da88e2568deacdb6ef002b36c
cmd/dist: skip misc/cgo/test with internal linking on ppc64le

CL 22372 changed ppc64le to use normal cgo initialization on ppc64le.
Doing this uncovered a cmd/link error using internal linking.
Opened issue 15409 for the problem.  This CL disables the test.

Update #15409.

Change-Id: Ia1bb6b874c1b5a4df1a0436c8841c145142c30f7
Reviewed-on: https://go-review.googlesource.com/22379
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go