aboutsummaryrefslogtreecommitdiff
path: root/src/testing/fuzz.go
AgeCommit message (Expand)Author
2021-06-07[dev.fuzz] testing: fix documentation for fuzzminimizetimeKatie Hockman
2021-06-07[dev.fuzz] internal/fuzz: add additional debug loggingRoland Shoemaker
2021-05-27[dev.fuzz] internal/fuzz,testing: treat panics as recoverableRoland Shoemaker
2021-05-19[dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod
2021-05-19[dev.fuzz] internal/fuzz: move coverage capture closer to functionRoland Shoemaker
2021-05-07[dev.fuzz] testing,internal/fuzz: prevent unbounded memory growthRoland Shoemaker
2021-04-09[dev.fuzz] testing: support T.Parallel in fuzz functionsJay Conrod
2021-04-09[dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod
2021-04-09[dev.fuzz] internal/fuzz: improve cancellation in worker event loopsJay Conrod
2021-03-19[dev.fuzz] testing: print logs and error messages when fuzzingKatie Hockman
2021-03-09[dev.fuzz] testing: use exit status 70 for worker errors (not crashes)Jay Conrod
2021-03-09[dev.fuzz] testing, internal/fuzz: multiple small fixesJay Conrod
2021-02-23[dev.fuzz] testing,internal/fuzz: support structured inputsKatie Hockman
2021-02-10[dev.fuzz] testing: make F.Fuzz more similar to T.RunJay Conrod
2021-02-10[dev.fuzz] testing: move inFuzzFn checks from common to FJay Conrod
2021-02-10[dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntryJay Conrod
2021-02-03[dev.fuzz] internal/fuzz: refactor CorpusEntry typeJay Conrod
2020-12-23[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod
2020-12-21[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cacheJay Conrod
2020-12-04[dev.fuzz] internal/fuzzing: handle and report crashersKatie Hockman
2020-12-04[dev.fuzz] testing: fix duplicate logging when fuzzingKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: send inputs to workers with shared memoryJay Conrod
2020-12-04[dev.fuzz] testing: cleanup a few small thingsKatie Hockman
2020-12-04[dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman
2020-12-04[dev.fuzz] testing: remove testing.RunFuzzTargetsKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod
2020-12-04[dev.fuzz] testing: exit after f.Fuzz functionKatie Hockman
2020-12-04[dev.fuzz] testing: panic if certain testing.F functions are called in Fuzz funcKatie Hockman
2020-12-04[dev.fuzz] testing: implement F.Fuzz to run seed corpusKatie Hockman
2020-12-04[dev.fuzz] testing: add support for testing.F.Add of []byteKatie Hockman
2020-12-04[dev.fuzz] testing: small cleanup to running targetsKatie Hockman
2020-12-04[dev.fuzz] testing: add script tests for fuzz targetsKatie Hockman
2020-12-04[dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman