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/scripts
Daniel Martí b823b07443 testdata: avoid 'go build' with -short in literals.txt
Use a static main.stderr file, like in the other tests. This means we
don't need to always start the test with a 'go build', and the output is
also obvious by just reading the txtar file.

We can also move generate-literals to a later stage, so that 'go test
-short' needs to do even less work.

'go test -short -run Script/literals' drops from ~0.4s to ~0.2s on my
laptop.

Finally, make the printing of byte lists not use trailing spaces, so
that the txtar file itself doesn't have trailing whitespace in its lines
either.

Fixes #103.
5 years ago
..
asm.txt Strip all filename and position info when -tiny is passed (#128) 5 years ago
basic.txt initial support for build caching (#142) 5 years ago
cgo.txt Strip all filename and position info when -tiny is passed (#128) 5 years ago
debugdir.txt testdata: make syntax.txt pass when offline 5 years ago
goprivate.txt add blacklist for runtime std packages 5 years ago
goversion.txt add test for Go version checking (#140) 5 years ago
help.txt all: update the docs a bit 5 years ago
implement.txt testdata: set GOPRIVATE in all but two tests (#104) 5 years ago
imports.txt initial support for build caching (#142) 5 years ago
ldflags.txt Rewrite renaming logic for private names and reduce length of public names (#135) 5 years ago
literals.txt testdata: avoid 'go build' with -short in literals.txt 5 years ago
modinfo.txt testdata: set GOPRIVATE in all but two tests (#104) 5 years ago
plugin.txt Disable plugin test (#120) 5 years ago
seed.txt initial support for build caching (#142) 5 years ago
syntax.txt testdata: make syntax.txt pass when offline 5 years ago
test.txt testdata: set GOPRIVATE in all but two tests (#104) 5 years ago
tiny.txt testdata: use the debugdir flag less often 5 years ago