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
Age
Commit message (
Expand
)
Author
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-08
all: consistently use US spelling of present participles
Daniel MartÃ
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-03
testing: include ERROR_SHARING_VIOLATION in Windows cleanup retries
Bryan C. Mills
2022-02-16
testing: panic in Fuzz if the function returns a value
Bryan C. Mills
2022-02-04
testing: remove TODO and link to fuzz docs
Katie Hockman
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-14
testing: retry spurious errors from RemoveAll for temp directories
Bryan C. Mills
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-22
testing: mention that TB also covers the new type F
Bharath Kumar Uppala
2021-11-11
all: update terminology for fuzzing
Katie Hockman
2021-11-09
testing: remove package from fuzz crasher message
Katie Hockman
2021-11-01
testing: reduce memory used by subtest names
Bryan C. Mills
2021-10-31
testing: remove redundant type conversion
Alexander Melentyev
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-25
testing: skip extra -count iterations if there are no tests
Michael Pratt
2021-10-25
testing: reference benchmark format spec
Austin Clements
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-07
testing: with -benchtime=1x, run the benchmark loop exactly once
Caleb Spare
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-21
testing, cmd/go: clarify documentation
Jay Conrod
2021-09-20
[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
Katie Hockman
2021-09-20
[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...
Katie Hockman
2021-09-16
testing: skip panics when picking the line number for decoration
Caleb Spare
2021-09-16
[dev.fuzz] internal/fuzz: rework default test behavior before fuzzing
Katie Hockman
2021-09-15
[dev.fuzz] testing: fix internal error exit condition for fuzz workers
Jay Conrod
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
testing: increase alternation precedence
Ethan Reesor
2021-09-10
[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzz
Katie Hockman
2021-09-09
[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
Jay Conrod
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-08-16
testing/fstest: allow specifying file for "." in MapFS
Josh Bleecher Snyder
2021-07-27
testing: clarify T.Name returns a distinct name of the running test
Changkun Ou
2021-07-15
testing: clarify in docs that TestMain is advanced
Matt T. Proud
2021-07-01
testing: add TB.Setenv
Russ Cox
2021-06-28
[dev.fuzz] all: merge master (c95464f) into dev.fuzz
Katie Hockman
[prev]
[next]