]> Cypherpunks repositories - gostls13.git/commit
cmd/link: always run current linker in tests
authorIan Lance Taylor <iant@golang.org>
Mon, 17 Nov 2025 19:54:48 +0000 (11:54 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Nov 2025 04:10:06 +0000 (20:10 -0800)
commitc03e25a263dfa240bca13ebc45d44b5c7bc1fbc1
tree4555f8b11b90d16e8402315e98cd372784849047
parent9f5cd43fe612834e78b838c1e704bf7a98011749
cmd/link: always run current linker in tests

This ensures that the tests are testing the current linker sources,
not the installed linker.

Change-Id: I14a2ca9d413e1af57c7b5a00657c72023626a651
Reviewed-on: https://go-review.googlesource.com/c/go/+/721220
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/link/cgo_test.go
src/cmd/link/dwarf_test.go
src/cmd/link/elf_test.go
src/cmd/link/link_test.go
src/cmd/link/linkbig_test.go