aboutsummaryrefslogtreecommitdiff
path: root/src/testing/fuzz.go
AgeCommit message (Expand)Author
2022-01-10testing: only snapshot coverage during fuzzingRoland Shoemaker
2022-01-06testing: fix deadlock with t.Parallel in testing seed corpusKatie Hockman
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-15all: fix typo in commentichxxx
2021-12-13testing: update docs for fuzzcachedirKatie Hockman
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-27testing: simplify fuzzResult.String to avoid unnecessarily using fmt.Sprintfsivchari
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-09testing: remove package from fuzz crasher messageKatie Hockman
2021-10-19testing: don't allow f.Log/Logf or f.Skipped inside f.FuzzKatie Hockman
2021-10-19testing: write output to buffer when fuzzingKatie Hockman
2021-10-12testing: don't create unique subtest names while fuzzingJay Conrod
2021-10-12testing: fix -run behavior with fuzz testsKatie Hockman
2021-10-05testing: document f.Fuzz requirement to not change underlying dataKatie Hockman
2021-09-24testing: address feedback for dev.fuzz mergeJay Conrod
2021-09-22internal/fuzz: allocate memory for mutated stringsRoland Shoemaker
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15[dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman
2021-09-10[dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay Conrod
2021-09-10[dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman
2021-09-10[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzzKatie Hockman
2021-09-02[dev.fuzz] internal/fuzz: don't store corpus in memoryRoland Shoemaker
2021-09-01[dev.fuzz] cmd/go: stream output when fuzzingJay Conrod
2021-06-28[dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman
2021-06-28[dev.fuzz] internal/fuzz: use scratch []byte for mutationsKatie Hockman
2021-06-24[dev.fuzz] testing: report T.Deadline when running seed valuesJay Conrod
2021-06-23[dev.fuzz] testing: capture coverage even if tRunner failedRoland Shoemaker
2021-06-15[dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman
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