| Commit message (Expand) | Author | Age | Files | Lines |
| * | testing/fstest: treat dash specially when building glob | Ian Lance Taylor | 2021-02-25 | 2 | -1/+10 |
| * | testing: print late arriving log line in panic | Josh Bleecher Snyder | 2021-02-24 | 2 | -2/+2 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 2 | -0/+2 |
| * | testing/fstest: avoid symlink-induced failures in tester | Russ Cox | 2021-02-05 | 2 | -7/+49 |
| * | testing/fstest,os: clarify racy behavior of TestFS | Austin Clements | 2021-01-08 | 1 | -0/+1 |
| * | testing/fstest: fix typo in error message | DrGo | 2021-01-04 | 1 | -1/+1 |
| * | all: update to use os.ReadDir where appropriate | Russ Cox | 2020-12-09 | 1 | -4/+3 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -3/+2 |
| * | io/fs: add Sub | Russ Cox | 2020-12-04 | 2 | -0/+52 |
| * | testing: reduce memory allocation in Helper | Bryan Boreham | 2020-11-11 | 1 | -17/+39 |
| * | testing: increase benchmark output to four significant figures | Austin Clements | 2020-11-07 | 2 | -18/+23 |
| * | io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob | Russ Cox | 2020-10-23 | 1 | -0/+6 |
| * | testing: print cpu type as label for benchmarks | Martin Möhrmann | 2020-10-20 | 1 | -0/+7 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -5/+4 |
| * | io/fs: add Glob and GlobFS | Russ Cox | 2020-10-20 | 2 | -0/+100 |
| * | io/fs: add ReadDir and ReadDirFS | Russ Cox | 2020-10-20 | 2 | -1/+45 |
| * | io/fs: add Stat and StatFS | Russ Cox | 2020-10-20 | 2 | -1/+28 |
| * | io/fs: add ReadFile and ReadFileFS | Russ Cox | 2020-10-20 | 2 | -4/+47 |
| * | testing/fstest: new package for testing file system code | Russ Cox | 2020-10-20 | 3 | -0/+587 |
| * | testing/iotest: add TestReader to test readers | Russ Cox | 2020-10-20 | 2 | -4/+181 |
| * | testing: add benchmark for TB.Helper | Emmanuel T Odeke | 2020-09-28 | 1 | -0/+31 |
| * | testing: send t.signal only if there is no panic | Changkun Ou | 2020-09-24 | 1 | -2/+8 |
| * | testing: fix panicking tests hang if Cleanup calls FailNow | Changkun Ou | 2020-09-14 | 1 | -1/+11 |
| * | testing: make TempDir idempotent for both Cleanup and Benchmark | Changkun Ou | 2020-09-05 | 2 | -6/+52 |
| * | testing: flush test summaries to stdout atomically when streaming output | Bryan C. Mills | 2020-09-02 | 3 | -87/+88 |
| * | testing: fail Example tests that invoke runtime.Goexit | Changkun Ou | 2020-09-01 | 3 | -5/+14 |
| * | testing: run a Cleanup registered by a Cleanup | Ian Lance Taylor | 2020-08-28 | 2 | -29/+74 |
| * | testing: restore os.Exit(0) after every call to (*M).Run | Bryan C. Mills | 2020-08-28 | 1 | -3/+7 |
| * | cmd/go, testing, os: fail test that calls os.Exit(0) | Ian Lance Taylor | 2020-08-27 | 2 | -0/+15 |
| * | testing: fix Cleanup race with Logf and Errorf | Michał Łowicki | 2020-08-25 | 1 | -0/+4 |
| * | testing: treat PAUSE lines as changing the active test name | Bryan C. Mills | 2020-08-18 | 1 | -5/+20 |
| * | testing/iotest: correct ErrReader signature and remove exported error | Emmanuel T Odeke | 2020-08-18 | 4 | -17/+53 |
| * | testing/iotest: add ErrReader | Carlos Alexandro Becker | 2020-08-17 | 3 | -10/+27 |
| * | testing: fix quotation marks | Katie Hockman | 2020-07-30 | 1 | -3/+3 |
| * | testing: capture testname on --- PASS and --- FAIL lines | Jean de Klerk | 2020-06-02 | 1 | -6/+5 |
| * | testing: reformat test chatty output | Jean de Klerk | 2020-05-21 | 3 | -77/+133 |
| * | testing: clean up remaining TempDir issues from CL 231958 | Bryan C. Mills | 2020-05-19 | 1 | -3/+2 |
| * | testing: return unique directory inside same base root for TempDir | Roger Peppe | 2020-05-19 | 2 | -3/+15 |
| * | testing: tests and benchmarks can assume flag.Parsed | Daniel Martí | 2020-05-08 | 1 | -3/+6 |
| * | testing: fix reported caller name for funcs passed to Cleanup | Michał Łowicki | 2020-05-05 | 3 | -10/+38 |
| * | testing: give short package variable a longer name | Brad Fitzpatrick | 2020-04-25 | 1 | -7/+7 |
| * | testing: replace all GOOS-specific path separators in TempDir | Tobias Klauser | 2020-04-25 | 2 | -1/+14 |
| * | testing: make TempDir work for subtests | Andrei Tudor Călin | 2020-04-23 | 2 | -1/+11 |
| * | testing: add TB.TempDir | Brad Fitzpatrick | 2020-04-02 | 2 | -0/+78 |
| * | testing: fix data race between parallel subtests | Changkun Ou | 2020-03-19 | 1 | -6/+5 |
| * | testing: use "exit code" in documentation consistently | Rodolfo Carvalho | 2020-03-17 | 1 | -1/+1 |
| * | testing: do not require os.Exit in TestMain | Changkun Ou | 2020-03-17 | 1 | -9/+22 |
| * | testing: change benchmark example function | Masahiro Furudate | 2020-02-24 | 1 | -4/+4 |
| * | testing: testing: add (*T).Deadline method for test timeout | Bryan C. Mills | 2020-02-21 | 1 | -12/+31 |
| * | testing: remove obsolete comment in testing.(*T) docs | Ian Lance Taylor | 2020-02-15 | 1 | -1/+0 |