summaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Expand)AuthorAgeFilesLines
* testing/fstest: treat dash specially when building globIan Lance Taylor2021-02-252-1/+10
* testing: print late arriving log line in panicJosh Bleecher Snyder2021-02-242-2/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-202-0/+2
* testing/fstest: avoid symlink-induced failures in testerRuss Cox2021-02-052-7/+49
* testing/fstest,os: clarify racy behavior of TestFSAustin Clements2021-01-081-0/+1
* testing/fstest: fix typo in error messageDrGo2021-01-041-1/+1
* all: update to use os.ReadDir where appropriateRuss Cox2020-12-091-4/+3
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-3/+2
* io/fs: add SubRuss Cox2020-12-042-0/+52
* testing: reduce memory allocation in HelperBryan Boreham2020-11-111-17/+39
* testing: increase benchmark output to four significant figuresAustin Clements2020-11-072-18/+23
* io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox2020-10-231-0/+6
* testing: print cpu type as label for benchmarksMartin Möhrmann2020-10-201-0/+7
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-5/+4
* io/fs: add Glob and GlobFSRuss Cox2020-10-202-0/+100
* io/fs: add ReadDir and ReadDirFSRuss Cox2020-10-202-1/+45
* io/fs: add Stat and StatFSRuss Cox2020-10-202-1/+28
* io/fs: add ReadFile and ReadFileFSRuss Cox2020-10-202-4/+47
* testing/fstest: new package for testing file system codeRuss Cox2020-10-203-0/+587
* testing/iotest: add TestReader to test readersRuss Cox2020-10-202-4/+181
* testing: add benchmark for TB.HelperEmmanuel T Odeke2020-09-281-0/+31
* testing: send t.signal only if there is no panicChangkun Ou2020-09-241-2/+8
* testing: fix panicking tests hang if Cleanup calls FailNowChangkun Ou2020-09-141-1/+11
* testing: make TempDir idempotent for both Cleanup and BenchmarkChangkun Ou2020-09-052-6/+52
* testing: flush test summaries to stdout atomically when streaming outputBryan C. Mills2020-09-023-87/+88
* testing: fail Example tests that invoke runtime.GoexitChangkun Ou2020-09-013-5/+14
* testing: run a Cleanup registered by a CleanupIan Lance Taylor2020-08-282-29/+74
* testing: restore os.Exit(0) after every call to (*M).RunBryan C. Mills2020-08-281-3/+7
* cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor2020-08-272-0/+15
* testing: fix Cleanup race with Logf and ErrorfMichał Łowicki2020-08-251-0/+4
* testing: treat PAUSE lines as changing the active test nameBryan C. Mills2020-08-181-5/+20
* testing/iotest: correct ErrReader signature and remove exported errorEmmanuel T Odeke2020-08-184-17/+53
* testing/iotest: add ErrReaderCarlos Alexandro Becker2020-08-173-10/+27
* testing: fix quotation marksKatie Hockman2020-07-301-3/+3
* testing: capture testname on --- PASS and --- FAIL linesJean de Klerk2020-06-021-6/+5
* testing: reformat test chatty outputJean de Klerk2020-05-213-77/+133
* testing: clean up remaining TempDir issues from CL 231958Bryan C. Mills2020-05-191-3/+2
* testing: return unique directory inside same base root for TempDirRoger Peppe2020-05-192-3/+15
* testing: tests and benchmarks can assume flag.ParsedDaniel Martí2020-05-081-3/+6
* testing: fix reported caller name for funcs passed to CleanupMichał Łowicki2020-05-053-10/+38
* testing: give short package variable a longer nameBrad Fitzpatrick2020-04-251-7/+7
* testing: replace all GOOS-specific path separators in TempDirTobias Klauser2020-04-252-1/+14
* testing: make TempDir work for subtestsAndrei Tudor Călin2020-04-232-1/+11
* testing: add TB.TempDirBrad Fitzpatrick2020-04-022-0/+78
* testing: fix data race between parallel subtestsChangkun Ou2020-03-191-6/+5
* testing: use "exit code" in documentation consistentlyRodolfo Carvalho2020-03-171-1/+1
* testing: do not require os.Exit in TestMainChangkun Ou2020-03-171-9/+22
* testing: change benchmark example functionMasahiro Furudate2020-02-241-4/+4
* testing: testing: add (*T).Deadline method for test timeoutBryan C. Mills2020-02-211-12/+31
* testing: remove obsolete comment in testing.(*T) docsIan Lance Taylor2020-02-151-1/+0