index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testing
/
fuzz.go
Age
Commit message (
Expand
)
Author
2025-09-17
testing: use reflect.TypeAssert and reflect.TypeFor
apocelipes
2025-05-13
testing: add Output
suntala
2025-05-13
Revert "testing: add Output"
Jonathan Amsterdam
2025-05-13
testing: add Output
suntala
2025-04-30
testing: use more doc links
Sean Liao
2024-12-18
testing: support B.Context and F.Context
Ian Lance Taylor
2024-08-21
testing: rename testContext to testState
Vladimir Varankin
2024-04-26
testing: use QueryPerformanceCounter on Windows
Egon Elbre
2024-02-28
testing: fix typo in comment
guoguangwu
2023-11-27
Revert "testing: simplify concurrency and cleanup logic"
Lasse Folger
2023-11-21
testing: simplify concurrency and cleanup logic
Bryan C. Mills
2023-11-08
testing: add available godoc link
cui fliter
2023-10-25
testing: use monotonic counts to attribute races in subtests
Bryan C. Mills
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-11-02
testing: implement -cpu and -count for fuzz tests
Russ Cox
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
2022-09-16
cmd/go, testing: add go test -skip flag
Russ Cox
2022-09-07
testing: use strings.Builder
cuiweixie
2022-08-29
testing: convert numFailed to atomic type
cuiweixie
2022-04-11
all: gofmt main repo
Russ Cox
2022-02-16
testing: panic in Fuzz if the function returns a value
Bryan C. Mills
2022-01-10
testing: only snapshot coverage during fuzzing
Roland Shoemaker
2022-01-06
testing: fix deadlock with t.Parallel in testing seed corpus
Katie Hockman
2021-12-20
all: fix spelling errors found by misspell
Dan Kortschak
2021-12-15
all: fix typo in comment
ichxxx
2021-12-13
testing: update docs for fuzzcachedir
Katie Hockman
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-27
testing: simplify fuzzResult.String to avoid unnecessarily using fmt.Sprintf
sivchari
2021-11-11
all: update terminology for fuzzing
Katie Hockman
2021-11-09
testing: remove package from fuzz crasher message
Katie Hockman
2021-10-19
testing: don't allow f.Log/Logf or f.Skipped inside f.Fuzz
Katie Hockman
2021-10-19
testing: write output to buffer when fuzzing
Katie Hockman
2021-10-12
testing: don't create unique subtest names while fuzzing
Jay Conrod
2021-10-12
testing: fix -run behavior with fuzz tests
Katie Hockman
2021-10-05
testing: document f.Fuzz requirement to not change underlying data
Katie Hockman
2021-09-24
testing: address feedback for dev.fuzz merge
Jay Conrod
2021-09-22
internal/fuzz: allocate memory for mutated strings
Roland 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 fuzzing
Katie Hockman
2021-09-15
[dev.fuzz] testing: adjust -fuzz multiple match stdout
Katie Hockman
2021-09-10
[dev.fuzz] testing: F.Setenv plus various fixes and revisions
Jay Conrod
2021-09-10
[dev.fuzz] testing: allow -fuzzminimizetime to be 0
Katie Hockman
2021-09-10
[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzz
Katie Hockman
2021-09-02
[dev.fuzz] internal/fuzz: don't store corpus in memory
Roland Shoemaker
2021-09-01
[dev.fuzz] cmd/go: stream output when fuzzing
Jay Conrod
2021-06-28
[dev.fuzz] all: merge master (c95464f) into dev.fuzz
Katie Hockman
2021-06-28
[dev.fuzz] internal/fuzz: use scratch []byte for mutations
Katie Hockman
2021-06-24
[dev.fuzz] testing: report T.Deadline when running seed values
Jay Conrod
2021-06-23
[dev.fuzz] testing: capture coverage even if tRunner failed
Roland Shoemaker
2021-06-15
[dev.fuzz] testing: convert seed corpus values where possible
Katie Hockman
[next]