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.
tailscale/tstest
Joe Tsai 741ae9956e
tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#4520)
The hujson package transition to just being a pure AST
parser and formatter for HuJSON and not an unmarshaler.

Thus, parse HuJSON as such, convert it to JSON,
and then use the standard JSON unmarshaler.

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2 years ago
..
archtest all: use cibuild.On 2 years ago
integration tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#4520) 2 years ago
iosdeps tstest/iosdeps: add test for forbidden iOS dependencies 2 years ago
natlab all: use any instead of interface{} 2 years ago
staticcheck all: gofmt -w -s (simplify) tests 2 years ago
allocs.go util/testingutil: new package with MinAllocsPerRun 3 years ago
clock.go tstest/natlab: add a stateful firewall. 4 years ago
log.go all: use any instead of interface{} 2 years ago
log_test.go tstest: rename LogListener to LogLineTracker 4 years ago
resource.go net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOS 3 years ago
tstest.go tstest: add WaitFor helper 3 years ago