summaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* testing: make Cleanup work for benchmarks too.Roger Peppe2020-02-062-0/+41
* testing: clarify that Cleanup is run after subtests complete.Roger Peppe2020-01-181-3/+3
* testing: don't run Cleanup functions until parallel subtests completeIan Lance Taylor2020-01-163-6/+203
* testing: document that benchmark logs are dumped to stdoutAlberto Donizetti2019-12-231-1/+1
* testing: use conventional comments for exported internal funcs & structsvovapi2019-12-103-11/+11
* testing: fix testing docstaisa2019-12-051-1/+1
* testing/iotest: add missing testsPantelis Sampaziotis2019-11-053-0/+425
* testing: implement Cleanup methodRoger Peppe2019-11-042-1/+95
* testing: provide additional information when test funcs panicDamien Neil2019-10-302-2/+94
* testing: stream log output in verbose modeJean de Klerk2019-10-223-11/+56
* Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills2019-07-221-5/+0
* testing/internal/testdeps: delete didSetLogger variableDmitri Shuralyov2019-05-281-1/+0
* all: shorten some testsRuss Cox2019-05-221-1/+1
* testing: callerName only needs one PC in the tracebackKeith Randall2019-05-171-1/+1
* testing: shorten go test -short testingRuss Cox2019-05-162-0/+6
* testing: panic on calls to Short/Verbose before ParseRuss Cox2019-05-161-7/+4
* cmd/go: move automatic testing.Init call into generated test codeCaleb Spare2019-05-101-0/+5
* testing: delay flag registration; move to an Init functionCaleb Spare2019-04-293-26/+82
* testing: fix minor bug with mutex profile error messageCaleb Spare2019-04-241-1/+1
* testing/quick: simplify explanation of -quickchecks flagRob Pike2019-04-181-2/+2
* testing/quick: clarify that Config.MaxCount is from a flagAndrew Z Allen2019-04-181-1/+2
* testing: correct two spelling/grammar issuesCaleb Spare2019-03-251-2/+2
* testing: fix fractional ns/op printingAustin Clements2019-03-222-2/+34
* testing: stop rounding b.NJosh Bleecher Snyder2019-03-203-106/+22
* testing: add B.ReportMetric for custom benchmark metricsAustin Clements2019-03-193-19/+179
* testing/cover: improve message when a package has no statementsAgniva De Sarker2019-03-131-1/+2
* testing: enable examples on js/wasm with non os.Pipe runExampleEmmanuel T Odeke2019-03-113-61/+169
* all: join a few chained ifsDaniel Martí2019-03-051-14/+12
* testing: fix missing verb in StartTimer docEmmanuel T Odeke2019-03-041-1/+1
* all: fix typos as reported by 'misspell'Leon Klingele2019-02-261-1/+1
* testing: report the failing test in a late log panicIan Lance Taylor2019-01-172-10/+62
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* testing: add example to package docLeigh McCulloch2018-11-161-6/+18
* testing: implement -benchtime=100xRuss Cox2018-10-122-20/+59