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-08-17
internal/sysinfo: print cpu type from cpuinfo when internal cpu name is empty...
Guoqi Chen
2023-08-07
testing: use the builtin max/min function
Muhammad Falak R Wani
2023-08-07
testing: improve the usage message of -benchtime
montag451
2023-08-07
testing/slogtest: reword a confusing explanation
Jonathan Amsterdam
2023-07-27
all: use built-in clear to clear maps
Jes Cok
2023-07-21
testing: enforce -skip in example tests
Mauri de Souza Meneguzzo
2023-07-11
testing/slogtest: check for no group with empty record
Jonathan Amsterdam
2023-06-16
testing/fstest: fix the Glob test when dir entries are out of order
Achille Roussel
2023-05-24
Revert "testing: only report subtest races once"
Bryan Mills
2023-05-24
testing: only report subtest races once
Ian Lance Taylor
2023-05-23
cmd/go,testing: re-implement testing.Coverage
Than McIntosh
2023-05-04
log/slog: built-in handler constructors take options as a second arg
Jonathan Amsterdam
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-04-25
cmd/dist: actually only compile tests with -compile-only
Austin Clements
2023-04-24
testing/slogtest: tests for slog handlers
Jonathan Amsterdam
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-04
database/sql,testing/quick: use reflect.Value.SetZero
Daniel MartÃ
2023-03-23
testing: quote -test.v=test2json output when logging it
Bryan C. Mills
2023-03-13
testing: add Testing function
Ian Lance Taylor
2023-02-22
testing: add -fullpath to go test
Hossein Zolfi
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
[prev]
[next]