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
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-12-23
testing: rephrase the sentence about naming test files
Andrey Bozhko
2022-11-16
testing: in TestRacyOutput, ensure that the Run calls complete before cleanup
Bryan C. Mills
2022-11-16
testing: reject calls to Run within Cleanup callbacks
Changkun Ou
2022-11-14
testing: fix error message when a parallel Cleanup calls runtime.Goexit
Changkun Ou
2022-11-07
testing: Document RunParallel ns/op behavior
Felix Geisendörfer
2022-11-03
testing: add Get method for -test.v option
Ian Lance Taylor
2022-11-02
testing: implement -cpu and -count for fuzz tests
Russ Cox
2022-11-01
testing: print names of running tests on test timeout
Russ Cox
2022-10-28
testing: change Error to Errorf in comment
Ian Lance Taylor
2022-10-26
testing: fix many test2json inaccuracies
Russ Cox
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
[next]