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-10-07
testing: add an example showcasing B.RunParallel with B.ReportMetric
Eddie Lopez
2022-09-29
testing: update description of Setenv
Nobuki Fujii
2022-09-29
runtime/coverage: improve unit tests
Than McIntosh
2022-09-28
testing: fail if T.Setenv is called via T.Run in a parallel test
Nobuki Fujii
2022-09-28
cmd/go: support new hybrid coverage instrumentation
Than McIntosh
2022-09-16
testing: allow go test -run=^$ testing
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-30
testing: increment tempDirSeq non-atomically
cuiweixie
2022-08-29
testing: convert common.hasSub to atomic type
cuiweixie
2022-08-29
testing: explain using a _test package
byarbrough
2022-08-29
testing: convert numFailed to atomic type
cuiweixie
2022-08-25
testing: add Elapsed method to testing.B
hopehook
2022-08-16
testing: do not print 'root' benchName during test of package testing
Russ Cox
2022-08-08
all: use io.Seek* instead of deprecated os.SEEK_*
Tobias Klauser
2022-05-26
cmd/compile: mark closures made for generic function expressions as wrappers
Keith Randall
2022-05-11
Revert "testing: document -race goroutine limits"
Keith Randall
2022-05-08
all: fix some lint issues
Ryan Leung
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
[prev]
[next]