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
/
testing.go
Age
Commit message (
Expand
)
Author
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
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-19
testing: remove data races so that parallel benchmarks can safely call .Fatal...
Michael Fraenkel
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-02
testing: clarify when Cleanup is called
Carlo Alberto Ferraris
2021-03-24
testing: update permitted number of -race goroutines
Ian Lance Taylor
2021-03-19
testing: allow parallel-subtest goroutines to exit when the subtest is complete
Bryan C. Mills
2021-03-19
[dev.fuzz] testing: print logs and error messages when fuzzing
Katie Hockman
2021-03-19
testing: update helperNames just before checking it
Tao Qingyun
2021-03-10
testing: fix typo in a comment
fanzha02
2021-03-09
[dev.fuzz] testing: use exit status 70 for worker errors (not crashes)
Jay Conrod
2021-03-05
testing: add TB.Setenv
Alexey Vilenski
2021-03-04
[dev.fuzz] testing: only let workers run fuzz targets
Katie Hockman
2021-02-24
testing: print late arriving log line in panic
Josh Bleecher Snyder
2021-02-23
[dev.fuzz] testing,internal/fuzz: support structured inputs
Katie Hockman
2021-02-10
[dev.fuzz] testing: move inFuzzFn checks from common to F
Jay Conrod
2021-02-10
[dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntry
Jay Conrod
2021-02-03
[dev.fuzz] internal/fuzz: refactor CorpusEntry type
Jay Conrod
2020-12-23
[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellation
Jay Conrod
2020-12-21
[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cache
Jay Conrod
2020-12-14
[dev.fuzz] all: merge master into dev.fuzz
Katie Hockman
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-04
[dev.fuzz] internal/fuzzing: handle and report crashers
Katie Hockman
2020-12-04
[dev.fuzz] testing: fix duplicate logging when fuzzing
Katie Hockman
2020-12-04
[dev.fuzz] testing: read corpus from testdata/corpus for each target
Katie Hockman
2020-12-04
[dev.fuzz] internal/fuzz: coordinate fuzzing across workers
Jay Conrod
2020-12-04
[dev.fuzz] testing: panic if certain testing.F functions are called in Fuzz func
Katie Hockman
2020-12-04
[dev.fuzz] testing: add script tests for fuzz targets
Katie Hockman
2020-12-04
[dev.fuzz] testing: add basic go command support for fuzzing
Katie Hockman
2020-11-11
testing: reduce memory allocation in Helper
Bryan Boreham
2020-09-24
testing: send t.signal only if there is no panic
Changkun Ou
2020-09-14
testing: fix panicking tests hang if Cleanup calls FailNow
Changkun Ou
2020-09-05
testing: make TempDir idempotent for both Cleanup and Benchmark
Changkun Ou
2020-09-02
testing: flush test summaries to stdout atomically when streaming output
Bryan C. Mills
2020-08-28
testing: run a Cleanup registered by a Cleanup
Ian Lance Taylor
2020-08-28
testing: restore os.Exit(0) after every call to (*M).Run
Bryan C. Mills
2020-08-27
cmd/go, testing, os: fail test that calls os.Exit(0)
Ian Lance Taylor
2020-08-25
testing: fix Cleanup race with Logf and Errorf
Michał Łowicki
2020-08-18
testing: treat PAUSE lines as changing the active test name
Bryan C. Mills
2020-07-30
testing: fix quotation marks
Katie Hockman
2020-06-02
testing: capture testname on --- PASS and --- FAIL lines
Jean de Klerk
2020-05-21
testing: reformat test chatty output
Jean de Klerk
2020-05-19
testing: clean up remaining TempDir issues from CL 231958
Bryan C. Mills
2020-05-19
testing: return unique directory inside same base root for TempDir
Roger Peppe
2020-05-08
testing: tests and benchmarks can assume flag.Parsed
Daniel Martí
2020-05-05
testing: fix reported caller name for funcs passed to Cleanup
Michał Łowicki
2020-04-25
testing: give short package variable a longer name
Brad Fitzpatrick
2020-04-25
testing: replace all GOOS-specific path separators in TempDir
Tobias Klauser
[prev]
[next]