]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: enable more cgo tests on ppc64le
authorMichael Munday <munday@ca.ibm.com>
Mon, 7 Nov 2016 16:50:48 +0000 (11:50 -0500)
committerMichael Munday <munday@ca.ibm.com>
Mon, 7 Nov 2016 18:43:11 +0000 (18:43 +0000)
The tests all pass (for me at least) so I don't think there is any
reason not to enable them.

Change-Id: I96e71383e573273f442a849914cf6458ada14f82
Reviewed-on: https://go-review.googlesource.com/32855
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/dist/test.go

index 7629547279961a35c45b04c788c0f405a7ab9c25..e7027a67cd71bc2b0509eb7e3240b8f241a62fe0 100644 (file)
@@ -809,7 +809,7 @@ func (t *tester) cgoTest(dt *distTest) error {
        case "android-arm",
                "dragonfly-386", "dragonfly-amd64",
                "freebsd-386", "freebsd-amd64", "freebsd-arm",
-               "linux-386", "linux-amd64", "linux-arm", "linux-s390x",
+               "linux-386", "linux-amd64", "linux-arm", "linux-ppc64le", "linux-s390x",
                "netbsd-386", "netbsd-amd64":
 
                cmd := t.addCmd(dt, "misc/cgo/test", "go", "test", "-ldflags", "-linkmode=external")