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í ac0945eaa5 work around cmd/go issue relating to CompiledGoFiles
See https://golang.org/issue/28749. The improved asm test would fail:

	go parse: $WORK/imported/imported_amd64.s:1:1: expected 'package', found TEXT (and 2 more errors)

because we would incorrectly parse a non-Go file as a Go file.

Add a workaround. The original reporter's reproducer with go-ethereum
works now, as this was the last hiccup.

Fixes #555.
2 years ago
..
asm.txtar work around cmd/go issue relating to CompiledGoFiles 2 years ago
basic.txtar use -toolexec="garble toolexec" 2 years ago
cgo.txtar support reverse on packages using cgo 2 years ago
crossbuild.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
debugdir.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
embed.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
goenv.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
gogarble.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
goversion.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
help.txtar use -toolexec="garble toolexec" 2 years ago
implement.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
imports.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
init.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
ldflags.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
linkname.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
literals.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
modinfo.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
plugin.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
position.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
reflect.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
reverse.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
seed-cache.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
seed.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
syntax.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
test.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago
tiny.txtar use -toolexec="garble toolexec" 2 years ago
typeparams.txtar replace testdata/scripts/*.txt with testdata/script/*.txtar 2 years ago