go/cmd
Tim King ab79327e05 cmd/ssadump: disable run mode with runtime package
Changes `ssadump -run` to ensure that the package runtime
is not imported (changed from must be imported). For several
years, the runtime package has used unsafe constructs
x/tools/go/ssa/interp cannot interpret. This must have been
failing a similar amount of time.

This is unfortunate, but is unlikely to be addressed soon.

For golang/go#43163

Change-Id: I9e2aee640ff7b1123e591e6c49cac9967c5e8da8
Reviewed-on: https://go-review.googlesource.com/c/tools/+/441817
Run-TryBot: Tim King <taking@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-10-11 20:40:41 +00:00
..
auth cmd/auth/cookieauth: delete unreachable os.Exit 2022-07-25 18:11:01 +00:00
benchcmp cmd: gofmt 2022-04-12 17:38:38 +00:00
bundle cmd: gofmt 2022-04-12 17:38:38 +00:00
callgraph cmd/callgraph: add test of -algo=vta 2022-06-02 22:22:06 +00:00
compilebench cmd/compilebench: use -p, handle packages with asm files 2022-05-11 17:47:50 +00:00
cover cmd: gofmt 2022-04-12 17:38:38 +00:00
digraph cmd/digraph: fix typo 2022-06-25 13:13:44 +00:00
eg cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
file2fuzz cmd: gofmt 2022-04-12 17:38:38 +00:00
fiximports cmd: gofmt 2022-04-12 17:38:38 +00:00
getgo cmd/getgo: exec main from TestMain instead of running 'go build' in tests 2022-03-04 20:37:47 +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 cmd: gofmt 2022-04-12 17:38:38 +00:00
godoc cmd/godoc: expand skips in TestWeb 2022-05-04 21:37:12 +00:00
goimports cmd: gofmt 2022-04-12 17:38:38 +00:00
gomvpkg cmd: avoid printing redundant newlines 2021-11-08 18:39:25 +00:00
gorename cmd: gofmt 2022-04-12 17:38:38 +00:00
gotype cmd: gofmt 2022-04-12 17:38:38 +00:00
goyacc cmd: gofmt 2022-04-12 17:38:38 +00:00
guru all: fix a few function names on comments 2022-10-10 13:22:38 +00:00
html2article copyright: test that all files in the repo have copyright notices 2021-01-11 22:19:46 +00:00
present cmd: gofmt 2022-04-12 17:38:38 +00:00
present2md cmd: gofmt 2022-04-12 17:38:38 +00:00
signature-fuzzer cmd: gofmt 2022-04-12 17:38:38 +00:00
splitdwarf all: remove redundant type conversion 2022-09-07 17:33:19 +00:00
ssadump cmd/ssadump: disable run mode with runtime package 2022-10-11 20:40:41 +00:00
stress cmd: gofmt 2022-04-12 17:38:38 +00:00
stringer cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax 2022-06-22 16:23:22 +00:00
toolstash all: replace deprecated egrep with grep -E 2022-09-23 13:31:09 +00:00