aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test/flagdefs.go
AgeCommit message (Expand)Author
2021-05-19[dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2020-12-23[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod
2020-12-04[dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills