You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/script
Daniel Martí 7f80dfb59d rebuild cmd/link with the correct toolchain under GOTOOLCHAIN=auto
When we build the patched cmd/link binary for use by garble,
we perform this build in a temporary directory so that the Go module
from the user does not get in the way.

When the user module made us upgrade the toolchain per GOTOOLCHAIN,
leaving that module's directory stops upgrading the toolchain,
so we patch a newer toolchain and build it with an older toolchain.
This is largely harmless, but it makes the newer toolchain think
it is actually an older toolchain, which leads to those pesky
"linker object header mismatch" version errors.

Updates #934.
11 months ago
..
asm.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
atomic.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
basic.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
cache.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
cgo.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
crossbuild.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
ctrlflow.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
debugdir.txtar bump unsupportedGo to mark Go 1.24 as supported 1 year ago
embed.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
goenv.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
gogarble.txtar clarify and test that runtime.GOROOT is not available 1 year ago
gotoolchain.txtar rebuild cmd/link with the correct toolchain under GOTOOLCHAIN=auto 11 months ago
goversion.txtar bump unsupportedGo to mark Go 1.24 as supported 1 year ago
help.txtar use the latest testscript to drop func() int 1 year ago
implement.txtar hash structs via the bundled and altered typeutil.hash 1 year ago
imports.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
init.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
ldflags.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
linker.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
linkname.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
list_error.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
literals.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
modinfo.txtar bump unsupportedGo to mark Go 1.24 as supported 1 year ago
plugin.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
position.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
reflect.txtar obfuscate all names used in reflection 1 year ago
reverse.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
run.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
seed-cache.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
seed.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
syntax.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
test.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
tiny.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
typeparams.txtar skip all type parameters in recordType 1 year ago