aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-27testing: document that TestMain can be used with benchmarksJulien Tant
2021-04-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-19testing: remove data races so that parallel benchmarks can safely call .Fatal...Michael Fraenkel
2021-04-07embed, testing/fstest: small optimization for ReadDir徐志伟
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
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-19testing: update helperNames just before checking itTao Qingyun
2021-03-12Revert "testing/fstest: test that ReadDirFile on a non-dir fails"Josh Bleecher Snyder
2021-03-11testing/fstest: clarify TestFS docsJosh Bleecher Snyder
2021-03-11testing/fstest: test that ReadDirFile on a non-dir failsJosh Bleecher Snyder
2021-03-10testing: fix typo in a commentfanzha02
2021-03-05testing: add TB.SetenvAlexey Vilenski
2021-02-25testing/fstest: treat dash specially when building globIan Lance Taylor
2021-02-24testing: print late arriving log line in panicJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-01-08testing/fstest,os: clarify racy behavior of TestFSAustin Clements
2021-01-04testing/fstest: fix typo in error messageDrGo
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04io/fs: add SubRuss Cox
2020-11-11testing: reduce memory allocation in HelperBryan Boreham
2020-11-07testing: increase benchmark output to four significant figuresAustin Clements
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadDir and ReadDirFSRuss Cox
2020-10-20io/fs: add Stat and StatFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20testing/fstest: new package for testing file system codeRuss Cox
2020-10-20testing/iotest: add TestReader to test readersRuss Cox
2020-09-28testing: add benchmark for TB.HelperEmmanuel T Odeke
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-09-01testing: fail Example tests that invoke runtime.GoexitChangkun Ou
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-08-18testing/iotest: correct ErrReader signature and remove exported errorEmmanuel T Odeke
2020-08-17testing/iotest: add ErrReaderCarlos Alexandro Becker
2020-07-30testing: fix quotation marksKatie Hockman
2020-06-02testing: capture testname on --- PASS and --- FAIL linesJean de Klerk