aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
2021-04-09[dev.fuzz] testing: support T.Parallel in fuzz functionsJay Conrod
2021-04-09[dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod
2021-04-02testing: clarify when Cleanup is calledCarlo Alberto Ferraris
2021-03-24testing: update permitted number of -race goroutinesIan Lance Taylor
2021-03-19testing: allow parallel-subtest goroutines to exit when the subtest is completeBryan C. Mills
2021-03-19[dev.fuzz] testing: print logs and error messages when fuzzingKatie Hockman
2021-03-19testing: update helperNames just before checking itTao Qingyun
2021-03-10testing: fix typo in a commentfanzha02
2021-03-09[dev.fuzz] testing: use exit status 70 for worker errors (not crashes)Jay Conrod
2021-03-05testing: add TB.SetenvAlexey Vilenski
2021-03-04[dev.fuzz] testing: only let workers run fuzz targetsKatie Hockman
2021-02-24testing: print late arriving log line in panicJosh Bleecher Snyder
2021-02-23[dev.fuzz] testing,internal/fuzz: support structured inputsKatie Hockman
2021-02-10[dev.fuzz] testing: move inFuzzFn checks from common to FJay Conrod
2021-02-10[dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntryJay Conrod
2021-02-03[dev.fuzz] internal/fuzz: refactor CorpusEntry typeJay Conrod
2020-12-23[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod
2020-12-21[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cacheJay Conrod
2020-12-14[dev.fuzz] all: merge master into dev.fuzzKatie Hockman
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04[dev.fuzz] internal/fuzzing: handle and report crashersKatie Hockman
2020-12-04[dev.fuzz] testing: fix duplicate logging when fuzzingKatie Hockman
2020-12-04[dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod
2020-12-04[dev.fuzz] testing: panic if certain testing.F functions are called in Fuzz funcKatie Hockman
2020-12-04[dev.fuzz] testing: add script tests for fuzz targetsKatie Hockman
2020-12-04[dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman
2020-11-11testing: reduce memory allocation in HelperBryan Boreham
2020-09-24testing: send t.signal only if there is no panicChangkun Ou
2020-09-14testing: fix panicking tests hang if Cleanup calls FailNowChangkun Ou
2020-09-05testing: make TempDir idempotent for both Cleanup and BenchmarkChangkun Ou
2020-09-02testing: flush test summaries to stdout atomically when streaming outputBryan C. Mills
2020-08-28testing: run a Cleanup registered by a CleanupIan Lance Taylor
2020-08-28testing: restore os.Exit(0) after every call to (*M).RunBryan C. Mills
2020-08-27cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor
2020-08-25testing: fix Cleanup race with Logf and ErrorfMichał Łowicki
2020-08-18testing: treat PAUSE lines as changing the active test nameBryan C. Mills
2020-07-30testing: fix quotation marksKatie Hockman
2020-06-02testing: capture testname on --- PASS and --- FAIL linesJean de Klerk
2020-05-21testing: reformat test chatty outputJean de Klerk
2020-05-19testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills
2020-05-19testing: return unique directory inside same base root for TempDirRoger Peppe
2020-05-08testing: tests and benchmarks can assume flag.ParsedDaniel Martí
2020-05-05testing: fix reported caller name for funcs passed to CleanupMichał Łowicki
2020-04-25testing: give short package variable a longer nameBrad Fitzpatrick
2020-04-25testing: replace all GOOS-specific path separators in TempDirTobias Klauser
2020-04-23testing: make TempDir work for subtestsAndrei Tudor Călin
2020-04-02testing: add TB.TempDirBrad Fitzpatrick
2020-03-19testing: fix data race between parallel subtestsChangkun Ou
2020-03-17testing: use "exit code" in documentation consistentlyRodolfo Carvalho