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í 416782340f support `garble test` in main packages
A main package can be imported in one edge case we weren't testing:
when the same main package has any tests, which implicitly import main.

Before the fix, we would panic:

        > garble test -v ./...
        # test/bar/somemaintest.test
        panic: main packages should never need to obfuscate their import paths
3 years ago
..
asm.txtar drop support for Go 1.18.x 3 years ago
basic.txtar drop support for Go 1.18.x 3 years ago
cgo.txtar drop support for Go 1.18.x 3 years ago
crossbuild.txtar drop support for Go 1.18.x 3 years ago
debugdir.txtar drop support for Go 1.18.x 3 years ago
embed.txtar drop support for Go 1.18.x 3 years ago
goenv.txtar drop support for Go 1.18.x 3 years ago
gogarble.txtar support obfuscating the syscall package 3 years ago
goversion.txtar drop support for Go 1.18.x 3 years ago
help.txtar drop support for Go 1.18.x 3 years ago
implement.txtar drop support for Go 1.18.x 3 years ago
imports.txtar drop support for Go 1.18.x 3 years ago
init.txtar drop support for Go 1.18.x 3 years ago
ldflags.txtar drop support for Go 1.18.x 3 years ago
linkname.txtar drop support for Go 1.18.x 3 years ago
literals.txtar drop support for Go 1.18.x 3 years ago
modinfo.txtar drop support for Go 1.18.x 3 years ago
plugin.txtar drop support for Go 1.18.x 3 years ago
position.txtar drop support for Go 1.18.x 3 years ago
reflect.txtar drop support for Go 1.18.x 3 years ago
reverse.txtar drop support for Go 1.18.x 3 years ago
seed-cache.txtar drop support for Go 1.18.x 3 years ago
seed.txtar immprove how hashWithCustomSalt comes up with its random lengths 3 years ago
syntax.txtar drop support for Go 1.18.x 3 years ago
test.txtar support `garble test` in main packages 3 years ago
tiny.txtar drop support for Go 1.18.x 3 years ago
typeparams.txtar drop support for Go 1.18.x 3 years ago