go/cmd
Robert Findley 27fc7644e1 all: various test fixes related to any
Fix several tests that were failing at CL 368254 due to inconsistent
formatting of standard library types across Go versions. Generally this
is addressed by replacing interface{} with any, though the mechanism
varies.

Where possible, prefer to update the test data to accurately reflect
1.18 formatting.

Change-Id: Ia92cd565d2ba1dd464891093b78c636fcaff44bc
Reviewed-on: https://go-review.googlesource.com/c/tools/+/370655
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2021-12-09 15:47:16 +00:00
..
auth all: replace all usages of os/exec with golang.org/x/sys/execabs 2021-01-19 22:25:03 +00:00
benchcmp all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
bundle all: fmt tests with new gofmt 2021-02-20 03:28:42 +00:00
callgraph cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
compilebench all: replace all usages of os/exec with golang.org/x/sys/execabs 2021-01-19 22:25:03 +00:00
cover cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
digraph all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
eg cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
file2fuzz file2fuzz: add fuzzer corpus conversion tool 2021-07-26 20:19:17 +00:00
fiximports all: go fmt ./... 2021-02-20 03:28:52 +00:00
getgo cmd/getgo: determine current version via /dl/?mode=json API 2021-06-07 15:22:48 +00:00
go-contrib-init all: replace all usages of os/exec with golang.org/x/sys/execabs 2021-01-19 22:25:03 +00:00
godex all: go fmt ./... 2021-02-20 03:28:52 +00:00
godoc cmd/godoc: remove extra // characters from deprecation notice 2021-11-24 23:04:05 +00:00
goimports cmd/goimports: recommend go install instead of go get in docs 2021-10-12 19:23:00 +00:00
gomvpkg cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
gorename cmd/gorename: log 'go build' output on failure 2021-12-08 16:15:56 +00:00
gotype cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
goyacc cmd/goyacc: double ACTSIZE, NSTATE and TEMPSTATE 2021-01-04 08:10:19 +00:00
guru all: various test fixes related to any 2021-12-09 15:47:16 +00:00
html2article copyright: test that all files in the repo have copyright notices 2021-01-11 22:19:46 +00:00
present playground: remove /share registration, add Proxy 2021-02-25 15:03:53 +00:00
present2md cmd/present2md: allow comments to be retained in translated document 2021-03-19 17:27:47 +00:00
splitdwarf all: go fmt ./... 2021-02-20 03:28:52 +00:00
ssadump go/ssa/ssautil: add AllPackages method 2018-10-15 18:41:29 +00:00
stress all: go fmt ./... 2021-02-20 03:28:52 +00:00
stringer x/tools/cmd/stringer: adjust generics tests 2021-10-28 00:09:41 +00:00
toolstash all: replace all usages of os/exec with golang.org/x/sys/execabs 2021-01-19 22:25:03 +00:00