]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add curiously missing GOOS/GOARCH combinations
authorAustin Clements <austin@google.com>
Fri, 4 Nov 2022 18:58:40 +0000 (14:58 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 16 Nov 2022 16:42:18 +0000 (16:42 +0000)
commit0266671e3d829c216e10e1a5ad6b4647ea5e39c4
treedb326ec8550cb29019173719a6d53c7a995dba57
parent38218f398758f336c4848783b27a02847c317afc
cmd/dist: add curiously missing GOOS/GOARCH combinations

The cmd/dist cgo_test enumerates a large number of platforms in
various special cases. Some combinations are suspiciously absent. This
CL completes the combinations.

I've confirmed using trybots that the newly-enabled tests pass on
android/* (this is not surprising because the gohostos is never
"android" anyway), windows/arm64, linux/ppc64 (no cgo), linux/loong64
(except for one test, filed #56623), linux/mips*, netbsd/arm (except
for one test, filed #56629), and netbsd/arm64. The windows/arm builder
is out to lunch, so I'm assuming that works. Since netbsd/arm and
arm64 mostly passed these tests, I've also enabled them on netbsd/386
and netbsd/amd64, where they seem to work fine as well.

Preparation for #37486.

Change-Id: I04c3348e4f422d74d51e714647ca3db379e6e919
Reviewed-on: https://go-review.googlesource.com/c/go/+/448016
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/dist/test.go