go/src/cmd
Cherry Zhang c5d7f2f1cb cmd/link: skip TestOldLink if the old linker does not exist
We don't ship the old linker in binary releases. Skip the test if
we cannot find the old linker.

Fixes #39509.

Change-Id: I1af5552bc56aff5314a384bcb5f3717b725d68e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/242604
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-07-15 00:59:51 +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: prevent redeclaration of _Ctype_void when C.void is used 2020-06-26 19:00:25 +00:00
compile cmd/compile: remove check that Zero's arg has the correct base type 2020-06-25 15:59:48 +00:00
cover cmd/cover: include a package name in the HTML title 2020-04-30 03:58:01 +00:00
dist crypto/x509: restore support for ios tag on darwin/amd64 2020-06-24 20:16:49 +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: include GOMODCACHE in 'go help environment' 2020-07-13 17:48:55 +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/obj/ppc64: update doc 2020-06-18 12:34:50 +00:00
link cmd/link: skip TestOldLink if the old linker does not exist 2020-07-15 00:59:51 +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 cmd/oldlink: port bug fixes to old linker 2020-07-06 20:17:51 +00:00
pack
pprof
test2json
trace cmd/trace: fix the broken link in region pages and improve UX 2020-04-21 14:57:43 +00:00
vendor all: go get golang.org/x/net@ab3426394381 2020-07-07 16:14:42 +00:00
vet
README.vendor
go.mod all: go get golang.org/x/net@ab3426394381 2020-07-07 16:14:42 +00:00
go.sum all: go get golang.org/x/net@ab3426394381 2020-07-07 16:14:42 +00:00

README.vendor

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