aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/README
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2023-05-04 11:16:04 -0400
committerGopher Robot <gobot@golang.org>2023-05-04 17:09:07 +0000
commit8f7830978a49a995de6ab69ff12a0ecc4aa8427d (patch)
treed0db99d0271b8033f1ca1fff7c448fb9535ef7cd /src/cmd/go/testdata/script/README
parent8337ca094beb07001cba12a1f88926dff78c1bcd (diff)
downloadgo-8f7830978a49a995de6ab69ff12a0ecc4aa8427d.tar.gz
go-8f7830978a49a995de6ab69ff12a0ecc4aa8427d.zip
cmd/go: fix short tests on ios
As of CL 488076, many cmd/go tests can run on the ios-arm64-corellium builder. Some of them had made erroneous assumptions about cmd/go's use of the C toolchain. Change-Id: Ib59d9858ef3930de2b412daa4462b72065f69cfd Reviewed-on: https://go-review.googlesource.com/c/go/+/492597 Reviewed-by: Michael Matloob <matloob@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Bryan Mills <bcmills@google.com> Run-TryBot: Bryan Mills <bcmills@google.com>
Diffstat (limited to 'src/cmd/go/testdata/script/README')
-rw-r--r--src/cmd/go/testdata/script/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/README b/src/cmd/go/testdata/script/README
index c653764145..b7215e8f4f 100644
--- a/src/cmd/go/testdata/script/README
+++ b/src/cmd/go/testdata/script/README
@@ -380,6 +380,8 @@ The available conditions are:
go supports -buildmode=<suffix>
[case-sensitive]
$WORK filesystem is case-sensitive
+[cc:*]
+ go env CC = <suffix> (ignoring the go/env file)
[cgo]
host CGO_ENABLED
[cgolinkext]
@@ -402,6 +404,8 @@ The available conditions are:
test's GOROOT_FINAL does not match the real GOROOT
[msan]
GOOS/GOARCH supports -msan
+[mustlinkext]
+ platform always requires external linking
[net:*]
can connect to external network host <suffix>
[race]