mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: power64 is now ppc64
Fixes #8654. LGTM=austin R=austin CC=golang-codereviews https://golang.org/cl/180600043
This commit is contained in:
parent
dcb2ec3b65
commit
09d92b6bbf
74 changed files with 131 additions and 135 deletions
|
|
@ -102,7 +102,7 @@ func testDisasm(t *testing.T, flags ...string) {
|
|||
|
||||
func TestDisasm(t *testing.T) {
|
||||
switch runtime.GOARCH {
|
||||
case "power64", "power64le":
|
||||
case "ppc64", "ppc64le":
|
||||
t.Skipf("skipping on %s, issue 9039", runtime.GOARCH)
|
||||
}
|
||||
testDisasm(t)
|
||||
|
|
@ -114,7 +114,7 @@ func TestDisasmExtld(t *testing.T) {
|
|||
t.Skipf("skipping on %s", runtime.GOOS)
|
||||
}
|
||||
switch runtime.GOARCH {
|
||||
case "power64", "power64le":
|
||||
case "ppc64", "ppc64le":
|
||||
t.Skipf("skipping on %s, no support for external linking, issue 9038", runtime.GOARCH)
|
||||
}
|
||||
testDisasm(t, "-ldflags=-linkmode=external")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue