go/src/cmd
Dmitri Shuralyov cc3b303a6f cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386
Support for linux/386 was added to Delve in version 1.4.1, but the
version of Delve currently installed on the linux-386-longtest
builder is 1.2.0. That isn't new enough, which causes the test
to fail. Skip it on that builder until it can be made to work.

The only reason it used to pass on the linux-386-longtest builder
before is because that builder was misconfigured to run tests for
linux/amd64. This was resolved in CL 234520.

Also improve internal documentation and the text of skip reasons.

Fixes #39309.

Change-Id: I395cb1f076e59dd3a3feb53e1dcdce5101e9a0f5
Reviewed-on: https://go-review.googlesource.com/c/go/+/237603
Reviewed-by: David Chase <drchase@google.com>
2020-06-12 16:44:36 +00:00
..
addr2line run.bat: do not unset GOROOT_FINAL before running tests 2020-06-10 03:27:28 +00:00
api cmd/api: limit concurrent 'go list' calls to GOMAXPROCS 2020-04-20 21:23:00 +00:00
asm cmd/asm: fix the encoding error of VCNT instruction for arm64 2020-06-09 15:58:36 +00:00
buildid
cgo cmd/cgo: in -godefs mode, don't change constant to type 2020-06-11 21:53:45 +00:00
compile cmd/compile/internal/ssa: skip TestNexting with old Delve on linux/386 2020-06-12 16:44:36 +00:00
cover cmd/cover: include a package name in the HTML title 2020-04-30 03:58:01 +00:00
dist cmd/dist: do not unset GOROOT_FINAL prior to running tests 2020-06-09 02:49:06 +00:00
doc cmd/doc: don't print package clauses on error 2020-04-17 21:42:13 +00:00
fix cmd/cgo,cmd/fix,misc/cgo: map the EGLConfig C type to uintptr in Go 2020-05-31 09:48:08 +00:00
go cmd/go/internal/web: don't follow an infinite number of redirects 2020-06-11 14:40:28 +00:00
gofmt cmd/gofmt, go/format, go/printer: move number normalization to printer 2020-05-01 21:54:06 +00:00
internal cmd/internal/objabi: enable frame-pointer for iOS arm64 2020-06-10 20:58:11 +00:00
link cmd/dist: do not unset GOROOT_FINAL prior to running tests 2020-06-09 02:49:06 +00:00
nm Revert "cmd/internal/goobj: add index to symbol name for indexed symbols" 2020-06-03 19:20:41 +00:00
objdump cmd/dist: do not unset GOROOT_FINAL prior to running tests 2020-06-09 02:49:06 +00:00
oldlink all: avoid awkward wording from CL 236857 2020-06-08 21:36:04 +00:00
pack all: shorten some tests 2019-05-22 12:54:00 +00:00
pprof cmd/objdump: add support for -gnu option on Go objdump 2020-03-30 14:30:49 +00:00
test2json
trace cmd/trace: fix the broken link in region pages and improve UX 2020-04-21 14:57:43 +00:00
vendor cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99 2020-06-02 20:59:16 +00:00
vet cmd/vet: add ifaceassert and stringintconv checks 2020-03-10 00:47:00 +00:00
README.vendor
go.mod cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99 2020-06-02 20:59:16 +00:00
go.sum cmd: update golang.org/x/tools to v0.0.0-20200601175630-2caf76543d99 2020-06-02 20:59:16 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.