go/cmd
Bryan C. Mills df13fa7beb all: do not write to testdata directories
I got tired of spurious 'git' diffs while a 'go test' was running, so
I fixed the test that produced the diffs. (We need to do that anyway
in order to run them in the module cache, plus it's just good hygiene
not to have tests interfering with each other's sources.)

Tested using:

	$ chmod -R ugo-w . && go test ./...; chmod -R u+w .

Updates golang/go#28387

Change-Id: Ie17e31aecf0e3cb022df5503d7c443000366a5c6
Reviewed-on: https://go-review.googlesource.com/c/tools/+/192577
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-08-30 17:05:20 +00:00
..
auth cmd/auth/cookieauth: add a GOAUTH implementation that reads from a cookiefile 2019-04-05 18:06:40 +00:00
benchcmp
bundle cmd/bundle: change the behavior of the -underscore flag 2018-12-01 03:58:26 +00:00
callgraph all: skip tests if required tools are not found 2019-08-30 15:40:57 +00:00
compilebench compilebench: handle missing MemStats more gracefully 2019-05-09 00:13:10 +00:00
cover all: do not write to testdata directories 2019-08-30 17:05:20 +00:00
digraph digraph: add transpose 2019-08-09 14:56:39 +00:00
eg
fiximports all: skip tests if required tools are not found 2019-08-30 15:40:57 +00:00
getgo cmd/getgo/server: update to go112 GAE runtime 2019-08-22 19:19:35 +00:00
go-contrib-init
godex
godoc all: skip tests if required tools are not found 2019-08-30 15:40:57 +00:00
goimports cmd/goimports: reuse cached state 2019-05-20 21:49:40 +00:00
gomvpkg
gopls internal/lsp: have tests report a different application name to the main gopls binary 2019-07-18 23:01:26 +00:00
gorename all: skip tests if required tools are not found 2019-08-30 15:40:57 +00:00
gotype
goyacc
guru all: do not write to testdata directories 2019-08-30 17:05:20 +00:00
html2article
present cmd/present: correct function reference. 2019-07-02 20:17:34 +00:00
splitdwarf cmd/splitdwarf: fix skip on Windows 2019-05-25 14:57:41 +00:00
ssadump
stress cmd/stress: prefix logs with start date/time 2018-11-27 19:52:27 +00:00
stringer all: skip tests if required tools are not found 2019-08-30 15:40:57 +00:00
toolstash