]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: let several cgo tests run as regular cmd tests
authorAustin Clements <austin@google.com>
Wed, 10 May 2023 18:28:30 +0000 (14:28 -0400)
committerAustin Clements <austin@google.com>
Fri, 19 May 2023 01:37:32 +0000 (01:37 +0000)
commit18ffa7185d42427dbdc0144956fece6c2b54b27a
treee5f0d5310798f5eefbbc2b534ad211f183632ae6
parenta674ab1961ca75d902ebbdf0a3d363501fd017ae
cmd/dist: let several cgo tests run as regular cmd tests

Several cgo tests no longer have any special conditions, so they can
just be normal cmd tests. This brings dist's "go_test:.*" tests much
closer to what "go test std cmd" runs.

Change-Id: I4d09f60628a41081e97e6b6e7dd0d93df47a65bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/495919
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/cmd/dist/test.go