aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
2020-09-01[release-branch.go1.14] testing: treat PAUSE lines as changing the active tes...Bryan C. Mills
2020-07-16[release-branch.go1.14] testing: capture testname on --- PASS and --- FAIL linesJean de Klerk
2020-07-16[release-branch.go1.14] testing: reformat test chatty outputJean de Klerk
2020-03-20[release-branch.go1.14] testing: fix data race between parallel subtestsChangkun Ou
2020-02-15testing: remove obsolete comment in testing.(*T) docsIan Lance Taylor
2020-02-06testing: make Cleanup work for benchmarks too.Roger Peppe
2020-01-18testing: clarify that Cleanup is run after subtests complete.Roger Peppe
2020-01-16testing: don't run Cleanup functions until parallel subtests completeIan Lance Taylor
2019-12-23testing: document that benchmark logs are dumped to stdoutAlberto Donizetti
2019-12-10testing: use conventional comments for exported internal funcs & structsvovapi
2019-12-05testing: fix testing docstaisa
2019-11-05testing/iotest: add missing testsPantelis Sampaziotis
2019-11-04testing: implement Cleanup methodRoger Peppe
2019-10-30testing: provide additional information when test funcs panicDamien Neil
2019-10-22testing: stream log output in verbose modeJean de Klerk
2019-07-22Revert "cmd/go: move automatic testing.Init call into generated test code"Bryan C. Mills
2019-05-28testing/internal/testdeps: delete didSetLogger variableDmitri Shuralyov
2019-05-22all: shorten some testsRuss Cox
2019-05-17testing: callerName only needs one PC in the tracebackKeith Randall
2019-05-16testing: shorten go test -short testingRuss Cox
2019-05-16testing: panic on calls to Short/Verbose before ParseRuss Cox
2019-05-10cmd/go: move automatic testing.Init call into generated test codeCaleb Spare
2019-04-29testing: delay flag registration; move to an Init functionCaleb Spare
2019-04-24testing: fix minor bug with mutex profile error messageCaleb Spare
2019-04-18testing/quick: simplify explanation of -quickchecks flagRob Pike
2019-04-18testing/quick: clarify that Config.MaxCount is from a flagAndrew Z Allen
2019-03-25testing: correct two spelling/grammar issuesCaleb Spare
2019-03-22testing: fix fractional ns/op printingAustin Clements
2019-03-20testing: stop rounding b.NJosh Bleecher Snyder
2019-03-19testing: add B.ReportMetric for custom benchmark metricsAustin Clements
2019-03-13testing/cover: improve message when a package has no statementsAgniva De Sarker
2019-03-11testing: enable examples on js/wasm with non os.Pipe runExampleEmmanuel T Odeke
2019-03-05all: join a few chained ifsDaniel Martí
2019-03-04testing: fix missing verb in StartTimer docEmmanuel T Odeke
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2019-01-17testing: report the failing test in a late log panicIan Lance Taylor
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-16testing: add example to package docLeigh McCulloch
2018-10-12testing: implement -benchtime=100xRuss Cox
2018-10-10testing: try to Log through parent if test has completedWil Selwood
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-20testing: exit with error if testing.Short is called before flag.ParseIan Lance Taylor
2018-07-01testing/cover: improve comments on CoverBlockRob Pike
2018-06-29src/testing/cover: document the CoverBlock struct fieldsStephen L
2018-05-31Revert "testing: only compute b.N once when passed -count > 1"Alberto Donizetti
2018-05-31testing: make indentation consistent in sub-testsYury Smolsky
2018-05-14testing: allow marking subtest and subbenchmark functions as HelpersDiogo Pinela
2018-05-14testing: only compute b.N once when passed -count > 1Alberto Donizetti
2018-05-02testing: fix racey access to t.failedAnmol Sethi
2018-04-27testing: fix typo mistakeZhou Peng