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í 5e3ba2fc09
update the list of runtime-related packages for 1.16 (#246)
With a few extra lines, we can keep Go 1.15 support in the table too.

Re-enables the goprivate.txt test for Go 1.16.

While at it, make the script's use of grep a bit simpler with -E, which
also uses the same syntax as Go's regexp. Its skip logic was also buggy,
resulting in the macos results always being empty.

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