Skip to content

Commit

Permalink
[release-branch.go1.19] cmd/go: skip TestScript/gccgo_link_ldflags on…
Browse files Browse the repository at this point in the history
… aix/ppc64

The gccgo on the builder is not updated to support runtime/cgo

For #60306.
For #60513.

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>
(cherry picked from commit 688d75b)
Reviewed-on: https://go-review.googlesource.com/c/go/+/505596
Auto-Submit: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
cuonglm authored and gopherbot committed Jun 24, 2023
1 parent c9d5dd5 commit 9a2e6c9
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
[aix] [ppc64] skip

go build -compiler gccgo

-- go.mod --
Expand Down

0 comments on commit 9a2e6c9

Please sign in to comment.