]> Cypherpunks.ru repositories - gostls13.git/history - src/testing/fuzz.go
testing: use monotonic counts to attribute races in subtests
[gostls13.git] / src / testing / fuzz.go
2023-10-25 Bryan C. Millstesting: use monotonic counts to attribute races in...
2023-01-09 Marcel Meyerall: fix typos in go file comments
2022-11-02 Russ Coxtesting: implement -cpu and -count for fuzz tests
2022-10-26 Russ Coxtesting: fix many test2json inaccuracies
2022-09-16 Russ Coxcmd/go, testing: add go test -skip flag
2022-09-07 cuiweixietesting: use strings.Builder
2022-08-29 cuiweixietesting: convert numFailed to atomic type
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-16 Bryan C. Millstesting: panic in Fuzz if the function returns a value
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-10 Roland Shoemakertesting: only snapshot coverage during fuzzing
2022-01-06 Katie Hockmantesting: fix deadlock with t.Parallel in testing seed...
2021-12-20 Dan Kortschakall: fix spelling errors found by misspell
2021-12-15 ichxxxall: fix typo in comment
2021-12-13 Katie Hockmantesting: update docs for fuzzcachedir
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-27 sivcharitesting: simplify fuzzResult.String to avoid unnecessar...
2021-11-11 Katie Hockmanall: update terminology for fuzzing
2021-11-09 Katie Hockmantesting: remove package from fuzz crasher message
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-19 Katie Hockmantesting: don't allow f.Log/Logf or f.Skipped inside...
2021-10-19 Katie Hockmantesting: write output to buffer when fuzzing
2021-10-12 Jay Conrodtesting: don't create unique subtest names while fuzzing
2021-10-12 Katie Hockmantesting: fix -run behavior with fuzz tests
2021-10-05 Katie Hockmantesting: document f.Fuzz requirement to not change...
2021-09-24 Jay Conrodtesting: address feedback for dev.fuzz merge
2021-09-22 Roland Shoemakerinternal/fuzz: allocate memory for mutated strings
2021-09-20 Jay Conrod[dev.fuzz] Merge remote-tracking branch 'origin/dev...
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (b0fa2f5) into dev.fuzz
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-20 Katie Hockman[dev.fuzz] Revert "[dev.fuzz] testing: convert seed...
2021-09-16 Katie Hockman[dev.fuzz] internal/fuzz: rework default test behavior...
2021-09-15 Katie Hockman[dev.fuzz] testing: adjust -fuzz multiple match stdout
2021-09-10 Jay Conrod[dev.fuzz] testing: F.Setenv plus various fixes and...
2021-09-10 Katie Hockman[dev.fuzz] testing: allow -fuzzminimizetime to be 0
2021-09-10 Katie Hockman[dev.fuzz] testing: move corpus from testdata/corpus...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-09-02 Roland Shoemaker[dev.fuzz] internal/fuzz: don't store corpus in memory
2021-09-01 Jay Conrod[dev.fuzz] cmd/go: stream output when fuzzing
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-28 Katie Hockman[dev.fuzz] internal/fuzz: use scratch []byte for mutations
2021-06-24 Jay Conrod[dev.fuzz] testing: report T.Deadline when running...
2021-06-23 Roland Shoemaker[dev.fuzz] testing: capture coverage even if tRunner...
2021-06-15 Katie Hockman[dev.fuzz] testing: convert seed corpus values where...
2021-06-07 Katie Hockman[dev.fuzz] testing: fix documentation for fuzzminimizetime
2021-06-07 Roland Shoemaker[dev.fuzz] internal/fuzz: add additional debug logging
2021-06-02 Katie Hockman[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
2021-05-27 Roland Shoemaker[dev.fuzz] internal/fuzz,testing: treat panics as recov...
2021-05-19 Jay Conrod[dev.fuzz] internal/fuzz: make minimization tests more...
2021-05-19 Roland Shoemaker[dev.fuzz] internal/fuzz: move coverage capture closer...
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-07 Roland Shoemaker[dev.fuzz] testing,internal/fuzz: prevent unbounded...
2021-04-09 Jay Conrod[dev.fuzz] testing: support T.Parallel in fuzz functions
2021-04-09 Jay Conrod[dev.fuzz] testing: let -fuzztime specify a number...
2021-04-09 Jay Conrod[dev.fuzz] internal/fuzz: improve cancellation in worke...
2021-03-19 Katie Hockman[dev.fuzz] testing: print logs and error messages when...
2021-03-09 Jay Conrod[dev.fuzz] testing: use exit status 70 for worker error...
2021-03-09 Jay Conrod[dev.fuzz] testing, internal/fuzz: multiple small fixes
2021-02-23 Katie Hockman[dev.fuzz] testing,internal/fuzz: support structured...
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-10 Jay Conrod[dev.fuzz] testing: make F.Fuzz more similar to T.Run
2021-02-10 Jay Conrod[dev.fuzz] testing: move inFuzzFn checks from common...
2021-02-10 Jay Conrod[dev.fuzz] internal/fuzz: make RunFuzzWorker accept...
2021-02-03 Jay Conrod[dev.fuzz] internal/fuzz: refactor CorpusEntry type
2020-12-23 Jay Conrod[dev.fuzz] cmd/go: implement -fuzztime flag and support...
2020-12-21 Jay Conrod[dev.fuzz] internal/fuzz: read and write interesting...
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-04 Katie Hockman[dev.fuzz] internal/fuzzing: handle and report crashers
2020-12-04 Katie Hockman[dev.fuzz] testing: fix duplicate logging when fuzzing
2020-12-04 Jay Conrod[dev.fuzz] internal/fuzz: send inputs to workers with...
2020-12-04 Katie Hockman[dev.fuzz] testing: cleanup a few small things
2020-12-04 Katie Hockman[dev.fuzz] testing: read corpus from testdata/corpus...
2020-12-04 Katie Hockman[dev.fuzz] testing: remove testing.RunFuzzTargets
2020-12-04 Jay Conrod[dev.fuzz] internal/fuzz: coordinate fuzzing across...
2020-12-04 Katie Hockman[dev.fuzz] testing: exit after f.Fuzz function
2020-12-04 Katie Hockman[dev.fuzz] testing: panic if certain testing.F function...
2020-12-04 Katie Hockman[dev.fuzz] testing: implement F.Fuzz to run seed corpus
2020-12-04 Katie Hockman[dev.fuzz] testing: add support for testing.F.Add of...
2020-12-04 Katie Hockman[dev.fuzz] testing: small cleanup to running targets
2020-12-04 Katie Hockman[dev.fuzz] testing: add script tests for fuzz targets
2020-12-04 Katie Hockman[dev.fuzz] testing: add basic go command support for...