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í 65ffaa0efb stop ignoring GODEBUG when -tiny is used
GODEBUG started being used for configuring the behavior of the Go
toolchain and standard library, for the sake of smoother transitions
in terms of backwards and forwards compatibility.
See: https://go.dev/doc/godebug

As such, it is not right to have `garble build -tiny` ignore all
GODEBUG settings, because many GODEBUG keys nowadays do not actually
involve debugging what a Go binary is doing.

Moreover, the mechanism we were using broke with Go 1.25.2,
which refactored `func parsedebugvars()` into
`func parseRuntimeDebugVars(godebug string)`,
so our test started breaking as our runtime patching was broken.
4 months ago
..
asm.txtar format testscript files with gofmt 8 months ago
atomic.txtar format testscript files with gofmt 8 months ago
basic.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
cache.txtar format testscript files with gofmt 8 months ago
cgo.txtar format testscript files with gofmt 8 months ago
crossbuild.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
ctrlflow.txtar format testscript files with gofmt 8 months ago
debugdir.txtar refuse to delete unknown files with -debugdir 11 months 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 support testing/synctest when a non-test package imports "testing" too 6 months ago
gotoolchain.txtar clarify why TestScript sets GONOSUMDB (#958) 8 months ago
goversion.txtar support Go versions with X: suffixes for GOEXPERIMENTs 4 months ago
help.txtar rely on `go build` stamping a version for local builds 10 months ago
implement.txtar format testscript files with gofmt 8 months ago
imports.txtar format testscript files with gofmt 8 months ago
init.txtar format testscript files with gofmt 8 months ago
ldflags.txtar format testscript files with gofmt 8 months ago
linker.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
linkname.txtar format testscript files with gofmt 8 months ago
linkname_forbid.txtar format testscript files with gofmt 8 months ago
list_error.txtar format testscript files with gofmt 8 months ago
literals.txtar format testscript files with gofmt 8 months ago
modinfo.txtar add support for Go 1.25 and drop support for 1.24 6 months ago
plugin.txtar format testscript files with gofmt 8 months ago
position.txtar format testscript files with gofmt 8 months ago
reflect.txtar format testscript files with gofmt 8 months ago
reverse.txtar obey build flags in `garble reverse` 7 months ago
run.txtar drop Go 1.22 and require Go 1.23.0 or later (#876) 1 year ago
seed-cache.txtar format testscript files with gofmt 8 months ago
seed.txtar format testscript files with gofmt 8 months ago
syntax.txtar format testscript files with gofmt 8 months ago
test.txtar format testscript files with gofmt 8 months ago
tiny.txtar stop ignoring GODEBUG when -tiny is used 4 months ago
typeparams.txtar skip all type parameters in recordType 1 year ago