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
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
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-17
testing: drop unusual characters from TempDir directory name
Tobias Klauser
2021-06-15
[dev.fuzz] testing: convert seed corpus values where possible
Katie Hockman
2021-06-07
[dev.fuzz] testing: fix documentation for fuzzminimizetime
Katie Hockman
2021-06-07
[dev.fuzz] internal/fuzz: add additional debug logging
Roland Shoemaker
2021-05-27
[dev.fuzz] internal/fuzz,testing: treat panics as recoverable
Roland Shoemaker
2021-05-19
[dev.fuzz] internal/fuzz: make minimization tests more reliable
Jay Conrod
2021-05-19
[dev.fuzz] cmd/go/internal/test,testing: add documentation about fuzzing
Katie Hockman
2021-05-19
[dev.fuzz] internal/fuzz: move coverage capture closer to function
Roland Shoemaker
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-05-07
[dev.fuzz] testing,internal/fuzz: prevent unbounded memory growth
Roland Shoemaker
2021-04-28
testing: add -shuffle=off|on|N to alter the execution order of tests and benc...
Paschalis Tsilias
2021-04-27
testing: document that TestMain can be used with benchmarks
Julien Tant
2021-04-21
io/fs: document that caller can modify slice returned by ReadFile
Ian Lance Taylor
2021-04-19
testing: remove data races so that parallel benchmarks can safely call .Fatal...
Michael Fraenkel
2021-04-09
[dev.fuzz] internal/fuzz: move CoordinateFuzzing args into struct type
Jay Conrod
2021-04-09
[dev.fuzz] testing: support T.Parallel in fuzz functions
Jay Conrod
2021-04-09
[dev.fuzz] testing: let -fuzztime specify a number of executions
Jay Conrod
2021-04-09
[dev.fuzz] internal/fuzz: improve cancellation in worker event loops
Jay Conrod
[prev]
[next]