Skip to content

Commit

Permalink
cmd/go: skip TestScript/gccgo_link_ldflags on aix/ppc64
Browse files Browse the repository at this point in the history
The gccgo on the builder is not updated to support runtime/cgo

Updates #60306

Change-Id: If0fb1ccdf589cc9741f6a065bacfa4f06e64ec15
Reviewed-on: https://go-review.googlesource.com/c/go/+/501435
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
  • Loading branch information
cuonglm authored and gopherbot committed Jun 7, 2023
1 parent ea51e92 commit 688d75b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cmd/go/testdata/script/gccgo_link_ldflags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ go build

[!exec:gccgo] skip

# TODO: remove once gccgo on builder is updated
[GOOS:aix] [GOARCH:ppc64] skip

go build -compiler gccgo

-- go.mod --
Expand Down

0 comments on commit 688d75b

Please sign in to comment.