]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: drop wasitest from special list
authorAustin Clements <austin@google.com>
Thu, 25 May 2023 13:25:05 +0000 (09:25 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 25 May 2023 15:34:13 +0000 (15:34 +0000)
commitf4086d36862d8fd41af90356c894d04d3ff58203
tree0be562bd0dc3d269d7e2439b5693e1a260307cf5
parentd23669db7de13aec74296ae9bed8bb707f83b773
cmd/dist: drop wasitest from special list

CL 498255 made runtime/internal/wasitest compatible with all platforms
so that "go test std" works again. This means it no longer has to be
in the special dist test list.

While we're here explain the purpose of this list better and implore
people to please not expand it, since almost any addition is a sign
that "go test std cmd" no longer works.

Change-Id: I31c7fb767787fa587f65c2697aed9ed43e95fb18
Reviewed-on: https://go-review.googlesource.com/c/go/+/498256
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Austin Clements <austin@google.com>
src/cmd/dist/test.go