]> Cypherpunks repositories - gostls13.git/commit
cmd/go: enable TestNoteReading on ppc64le
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 25 Oct 2017 19:34:08 +0000 (15:34 -0400)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 25 Oct 2017 20:20:44 +0000 (20:20 +0000)
commitb4e207d71858bfd491f2baaf66777e31b6eb9ca2
tree47b06ffd29c8c7d6ea548d005d560271d17ea6e7
parent8b8e57b709aa418d5a2f1b3a0f57543db3e1740a
cmd/go: enable TestNoteReading on ppc64le

This test was previously disabled when external linking was
unsupported on ppc64le. It should still be disabled on ppc64
since there is no cgo or external linking there, but I removed
the if test for GOARCH=ppc64 since the initial test for cgo
enabled will cause it to be skipped on ppc64.

Fixes #22360

Change-Id: I5a0e3e4a1bd71ac7bf0ed0c792f7b78fb4a5e100
Reviewed-on: https://go-review.googlesource.com/73510
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/note_test.go