1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:38:33 -06:00
go/cmd/guru
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
..
serial cmd/guru: add type position to describe command 2018-11-20 20:06:22 +00:00
testdata/src cmd/guru: remove Go 1.9 handling, since we no longer support 1.8 2019-02-04 19:56:32 +00:00
callees.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
callers.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
callstack.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
definition.go cmd/guru: revert support for Go 1.8 aliases 2016-11-04 21:18:07 +00:00
describe.go cmd/guru: fix incorrect case order in describe.go 2019-01-02 21:33:36 +00:00
freevars.go cmd/guru: support streaming plain and -json output 2016-04-11 19:51:55 +00:00
guru_test.go all: do not write to testdata directories 2019-08-30 17:05:20 +00:00
guru.go cmd/guru: parallelize loop in globalReferrersPkgLevel 2018-05-01 18:27:15 +00:00
implements.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
isAlias18.go x/tools: support Go 1.9 type aliases 2017-02-13 21:46:59 +00:00
isAlias19.go x/tools: support Go 1.9 type aliases 2017-02-13 21:46:59 +00:00
main.go cmd/guru: if built with gccgo, switch to gc mode if GOROOT is valid 2018-06-11 19:19:27 +00:00
peers.go cmd/guru: add workaround to handle inconsistency between go/types and gc 2016-11-23 20:09:00 +00:00
pointsto.go cmd/guru: add workaround to handle inconsistency between go/types and gc 2016-11-23 20:09:00 +00:00
pos.go cmd/guru: fix typo of 'hyphen' to rename to 'comma' 2017-01-25 19:35:15 +00:00
referrers.go cmd/guru: fix several functions godoc comment prefix 2018-10-11 18:05:12 +00:00
unit_test.go go/buildutil, cmd/guru: resolve symlinks in filenames through build.Context 2016-12-06 21:45:43 +00:00
what.go cmd/guru: fix guessImportPath for Windows 2019-02-25 23:45:24 +00:00
whicherrs.go x/tools: support Go 1.9 type aliases 2017-02-13 21:46:59 +00:00