go/src/cmd
Austin Clements 40cb04c95b cmd/dist: eliminate registerSeqTest
This is unused, and eliminating it lets us simplify the whole
registerTest mechanism.

Preparation for #37486.

Change-Id: Ia6221e48192cd17775a5d662bdb389d67a9265bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/448800
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-11-16 19:00:16 +00:00
..
addr2line cmd/addr2line: use the test binary as 'addr2line' instead of rebuilding it twice 2022-11-15 20:27:54 +00:00
api cmd/api: point to API docs in all.bash failure 2022-11-10 04:08:52 +00:00
asm cmd/asm: optimize if statement to return directly 2022-11-08 08:14:37 +00:00
buildid
cgo cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.Incomplete 2022-10-29 00:40:18 +00:00
compile go/types, types2: ensure invalid generic types are marked as invalid 2022-11-16 15:10:02 +00:00
covdata cmd/cover: use testenv.Command instead of exec.Command 2022-11-15 20:17:59 +00:00
cover cmd/cover: use testenv.Command instead of exec.Command 2022-11-15 20:17:59 +00:00
dist cmd/dist: eliminate registerSeqTest 2022-11-16 19:00:16 +00:00
doc cmd/go: add -C flag 2022-11-03 12:16:35 +00:00
fix cmd/fix: use strings.Cut 2022-09-29 22:58:43 +00:00
go cmd/go: use testenv.Command instead of exec.Command in tests 2022-11-15 20:21:26 +00:00
gofmt
internal cmd/internal/goobj: use testenv.Command instead of exec.Command in tests 2022-11-15 20:22:12 +00:00
link cmd/compile: do not emit a few more basic types from every compilation 2022-11-16 02:02:26 +00:00
nm cmd/nm: use the test binary as 'nm' instead of rebuilding it 2022-11-15 20:22:16 +00:00
objdump cmd/objdump: use testenv.Command instead of exec.Command in tests 2022-11-15 20:23:48 +00:00
pack cmd/pack: use testenv.Command instead of exec.Command in tests 2022-11-15 20:24:38 +00:00
pprof cmd/pprof: use testenv.Command instead of exec.Command in tests 2022-11-15 20:24:42 +00:00
test2json cmd/go: print test2json start events 2022-11-09 17:33:07 +00:00
trace cmd/trace: only include required frames in splits 2022-11-07 17:58:30 +00:00
vendor cmd/vet: enable timeformat analyzer 2022-11-15 00:27:12 +00:00
vet cmd/vet: use testenv.Command instead of exec.Command in tests 2022-11-15 20:25:11 +00:00
README.vendor
go.mod cmd: update vendored golang.org/x/tools for loopclosure improvements 2022-11-15 00:26:58 +00:00
go.sum cmd: update vendored golang.org/x/tools for loopclosure improvements 2022-11-15 00:26:58 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.