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í c0c5a75454
testdata: fix flakiness of tiny.txt on Windows (#252)
Sometimes it prints relatively low addresses, like:

	(0xbc200,0xdd658)

We required 6 to 8 hex digits, and sometimes it printed 5. Make the
regular expression more conservative.

Fixes #184.
3 years ago
..
asm.txt replace the -p path when assembling (#247) 3 years ago
basic.txt obfuscate unexported names like exported ones (#227) 3 years ago
cgo.txt testdata: don't let tests rely on rewriting mod files 4 years ago
debugdir.txt reimplement import path obfuscation without goobj2 (#242) 3 years ago
goprivate.txt update the list of runtime-related packages for 1.16 (#246) 3 years ago
goversion.txt formally add support for Go 1.16 3 years ago
help.txt include a "garble version" test (#221) 3 years ago
implement.txt testdata: don't let tests rely on rewriting mod files 4 years ago
imports.txt properly fix obfuscated imports with their package names (#245) 3 years ago
init.txt testdata: add test case for init funcs in many files (#208) 4 years ago
ldflags.txt testdata: don't let tests rely on rewriting mod files 4 years ago
linkname.txt fixed some bugs related to additional linkname corner cases (#210) 3 years ago
literals.txt do not try to obfuscate huge literals (#204) 4 years ago
modinfo.txt testdata: don't let tests rely on rewriting mod files 4 years ago
plugin.txt testdata: don't let tests rely on rewriting mod files 4 years ago
position.txt simplify, improve, and test line obfuscation (#239) 3 years ago
reverse.txt reverse: support unexported names and package paths (#233) 3 years ago
seed.txt testdata: don't let tests rely on rewriting mod files 4 years ago
syntax.txt avoid panic on funcs that almost look like tests (#235) 3 years ago
test.txt reimplement import path obfuscation without goobj2 (#242) 3 years ago
tiny.txt testdata: fix flakiness of tiny.txt on Windows (#252) 3 years ago