aboutsummaryrefslogtreecommitdiff
path: root/src/testing/fuzz.go
AgeCommit message (Expand)Author
2025-09-17testing: use reflect.TypeAssert and reflect.TypeForapocelipes
2025-05-13testing: add Outputsuntala
2025-05-13Revert "testing: add Output"Jonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-04-30testing: use more doc linksSean Liao
2024-12-18testing: support B.Context and F.ContextIan Lance Taylor
2024-08-21testing: rename testContext to testStateVladimir Varankin
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-02-28testing: fix typo in commentguoguangwu
2023-11-27Revert "testing: simplify concurrency and cleanup logic"Lasse Folger
2023-11-21testing: simplify concurrency and cleanup logicBryan C. Mills
2023-11-08testing: add available godoc linkcui fliter
2023-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-01-09all: fix typos in go file commentsMarcel Meyer
2022-11-02testing: implement -cpu and -count for fuzz testsRuss Cox
2022-10-26testing: fix many test2json inaccuraciesRuss Cox
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2022-09-07testing: use strings.Buildercuiweixie
2022-08-29testing: convert numFailed to atomic typecuiweixie
2022-04-11all: gofmt main repoRuss Cox
2022-02-16testing: panic in Fuzz if the function returns a valueBryan C. Mills
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