1
0
mirror of https://github.com/golang/go synced 2024-11-08 06:26:19 -07:00
go/src/cmd
Russ Cox 49fec9b488 cmd/dist: disable test caching during run.bash
Sometimes people use run.bash repeatedly
or run go tool dist test by hand for cgo tests.
Avoid test caching in that case, by request.

Refactor code so that all go test commands
share a common prefix.

If not caching is problematic it will be a one-line
change to turn caching back on.

Fixes #22758.

Change-Id: I17d721b832d97bffe26629d21f85b05dbbf2b3ec
Reviewed-on: https://go-review.googlesource.com/80735
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-12-05 18:42:38 +00:00
..
addr2line
api all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
asm compiler,linker: support for DWARF inlined instances 2017-11-30 14:39:19 +00:00
buildid cmd/buildid: add new tool factoring out code needed by go command 2017-10-11 18:16:02 +00:00
cgo cmd/cgo: for C bitfields use only valid Go integer types 2017-12-01 23:50:23 +00:00
compile cmd/compile: fix map assignment with panicking right-hand side 2017-12-05 00:10:10 +00:00
cover cmd/cover: do not report coverage for assembly functions 2017-11-16 01:41:51 +00:00
dist cmd/dist: disable test caching during run.bash 2017-12-05 18:42:38 +00:00
doc cmd/doc: don't print a declaration twice 2017-11-20 05:08:37 +00:00
fix cmd/cgo: special case C ptr types to use uintptr 2017-11-17 22:11:03 +00:00
go cmd/go: disable concurrent compilation under GOEXPERIMENTs 2017-12-04 19:37:24 +00:00
gofmt
internal cmd/compile: fix bug in DWARF inl handling of unused autos 2017-12-04 18:36:11 +00:00
link cmd/compile: fix bug in DWARF inl handling of unused autos 2017-12-04 18:36:11 +00:00
nm cmd/internal/goobj: accept int64 in readInt 2017-11-01 18:23:58 +00:00
objdump cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 on 386 2017-11-10 20:11:20 +00:00
pack cmd/pack: fix export data truncation bug 2017-09-09 14:13:33 +00:00
pprof
test2json cmd/test2json: add ability to run test binary 2017-12-01 21:06:36 +00:00
trace cmd/trace: exclude threads in syscall on behalf of runtime 2017-12-01 21:00:50 +00:00
vendor cmd/vendor/golang.org/x/arch: revendor at commit dda8112 2017-11-29 22:23:32 +00:00
vet cmd/go: ignore vet typecheck failure during go test 2017-12-01 21:06:03 +00:00