1
0
mirror of https://github.com/golang/go synced 2024-11-17 13:25:15 -07:00
go/src/cmd
Bryan C. Mills c9f7370a09 cmd/go: use testenv.Command instead of exec.Command in tests
testenv.Command sets a default timeout based on the test's deadline
and sends SIGQUIT (where supported) in case of a hang.

Change-Id: Ic19172b6cd05526cf6776b904e2dfebdd8b055a8
Reviewed-on: https://go-review.googlesource.com/c/go/+/450697
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-11-15 20:21:26 +00:00
..
addr2line
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 cmd/compile: use testenv.Command instead of exec.Command in tests 2022-11-15 20:19:15 +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: define GOPPC64_{cpu} for PPC64 targets 2022-11-10 20:13:00 +00:00
doc cmd/go: add -C flag 2022-11-03 12:16:35 +00:00
fix
go cmd/go: use testenv.Command instead of exec.Command in tests 2022-11-15 20:21:26 +00:00
gofmt
internal runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 2022-11-14 20:43:12 +00:00
link cmd/link: exit if runtime.a is missing 2022-11-11 14:51:14 +00:00
nm
objdump cmd/objdump: skip PIE test when cgo is disabled and PIE needs external linking 2022-11-03 16:57:09 +00:00
pack go,cmd,internal: update to anticipate missing targets and .a files 2022-10-18 20:41:45 +00:00
pprof cmd/pprof: debug TestDisasm 2022-11-15 02:57:47 +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: enable timeformat analyzer 2022-11-15 00:27:12 +00:00
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.