aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz
AgeCommit message (Expand)Author
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-07internal/fuzz: handle unrecoverable errors during minimizationKatie Hockman
2021-11-19internal/fuzz: fix chunk swap mutatorRoland Shoemaker
2021-11-19internal/fuzz: compute correct number of mutationsRoland Shoemaker
2021-11-17internal/fuzz: limit number of consecutive mutationsRoland Shoemaker
2021-11-12internal/fuzz: set timeout for each exec of fuzz targetKatie Hockman
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-04internal/fuzz: fix internal error handlingKatie Hockman
2021-11-04internal/fuzz: improve minimizing messageKatie Hockman
2021-11-03internal/fuzz: improve error for mismatched typesKatie Hockman
2021-11-02internal/fuzz: minimize bytes to be human readableAmelia Downs
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-11-01internal/fuzz: don't add duplicate corpus entriesRoland Shoemaker
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-27internal/fuzz: don't deflake coverage found while fuzzingKatie Hockman
2021-10-26internal/fuzz: tiny refactor+fixKatie Hockman
2021-10-15internal/fuzz: fix bugs with minimizationKatie Hockman
2021-10-13all: fix spelling mistakesnicksherron
2021-10-12internal/fuzz: fix -fuzzminimizetime with 'x' bugKatie Hockman
2021-10-12testing: fix -run behavior with fuzz testsKatie Hockman
2021-10-07internal/fuzz: log that minimization is occurringKatie Hockman
2021-10-06internal/fuzz: log average execs/sec since last logKatie Hockman
2021-10-04internal/fuzz: print size of interesting cacheAmelia Downs
2021-09-29internal/fuzz: disconnect stdout and stderr from the workerKatie Hockman
2021-09-24cmd/go: adjust comments on why fuzzing instrumentation is disabledJay Conrod
2021-09-22internal/fuzz,cmd/compile: don't add race instrumentation to countersRoland Shoemaker
2021-09-22internal/fuzz: allocate memory for mutated stringsRoland Shoemaker
2021-09-22[dev.fuzz] internal/fuzz: more fuzzing output adjustmentsKatie Hockman
2021-09-21internal/fuzz: temporarily work around test failures after dev.fuzz mergeJay Conrod
2021-09-20[dev.fuzz] Merge remote-tracking branch 'origin/dev.fuzz' into merge-fuzzJay Conrod
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-20[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpusKatie Hockman
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15[dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: write a newline to the end of a corpus fileKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: improve warning message when not instrumentedKatie Hockman
2021-09-09[dev.fuzz] internal/fuzz: avoid incorrect bytes modification during minimizationKatie Hockman
2021-09-08[dev.fuzz] internal/fuzz: only reconstruct inputs when needed on RPC returnJay Conrod
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-09-03[dev.fuzz] internal/fuzz: maintain debug info during minimizationRoland Shoemaker
2021-09-02[dev.fuzz] internal/fuzz: don't store corpus in memoryRoland Shoemaker
2021-09-02[dev.fuzz] internal/fuzz: minimize inputs that expand coverageJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: fail minimization on non-reproducible crashJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: ensure crash is written if minimization interruptedJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: count coverage-only runs toward -fuzztimeJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztimeJay Conrod