go/go
Bryan C. Mills e33c0f2934 go/packages: skip tests that link binaries in short mode
These tests together account for about 1s of running time on my
workstation. I expect that they are even slower on platforms that
require external linking, and likely more memory-intensive than most
of the other tests.

For golang/go#46764

Change-Id: Ic9607ac71bcfd617581c58cfffe3775e23cd3422
Reviewed-on: https://go-review.googlesource.com/c/tools/+/332351
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2021-07-09 19:50:55 +00:00
..
analysis tools: make printf analysis have more helpful output 2021-05-21 23:19:31 +00:00
ast go/ast/astutil: fix panic when rewriting multi-argument type instances 2021-06-09 21:40:20 +00:00
buildutil all: go fmt ./... 2021-02-20 03:28:52 +00:00
callgraph go/callgraph: change reflect.Call to reflect.Value.Call in comment 2021-06-30 16:45:04 +00:00
cfg all: fix some staticcheck errors 2020-01-29 04:53:41 +00:00
expect go/expect: use parser.AllErrors when extracting Notes 2021-02-23 18:29:07 +00:00
gccgoexportdata all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
gcexportdata all: go fmt ./... 2021-02-20 03:28:52 +00:00
internal go/internal/cgo: handle symlinks with $PWD, not -srcdir 2021-06-29 19:12:30 +00:00
loader go/internal/cgo: handle symlinks with $PWD, not -srcdir 2021-06-29 19:12:30 +00:00
packages go/packages: skip tests that link binaries in short mode 2021-07-09 19:50:55 +00:00
pointer all: go fmt ./... 2021-02-20 03:28:52 +00:00
ssa go/ssa: incorrect document in type Builtin struct 2021-07-08 23:16:08 +00:00
types all: add copyright notices to files that are missing them 2021-01-06 17:23:47 +00:00
vcs all: replace all usages of os/exec with golang.org/x/sys/execabs 2021-01-19 22:25:03 +00:00