aboutsummaryrefslogtreecommitdiff
path: root/src/testing/sub_test.go
AgeCommit message (Expand)Author
2021-02-24testing: print late arriving log line in panicJosh Bleecher Snyder
2020-09-02testing: flush test summaries to stdout atomically when streaming outputBryan C. Mills
2020-08-28testing: run a Cleanup registered by a CleanupIan Lance Taylor
2020-05-21testing: reformat test chatty outputJean de Klerk
2020-02-06testing: make Cleanup work for benchmarks too.Roger Peppe
2020-01-16testing: don't run Cleanup functions until parallel subtests completeIan Lance Taylor
2019-11-04testing: implement Cleanup methodRoger Peppe
2019-10-22testing: stream log output in verbose modeJean de Klerk
2019-05-16testing: shorten go test -short testingRuss Cox
2019-04-29testing: delay flag registration; move to an Init functionCaleb Spare
2019-01-17testing: report the failing test in a late log panicIan Lance Taylor
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-05-31testing: make indentation consistent in sub-testsYury Smolsky
2018-03-01testing: gracefully handle subtest failing parent’s TMarcel van Lohuizen
2017-06-28testing: always ReadMemStats before first benchmark runMeir Fischer
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2017-03-01testing: fix Benchmark() to start at 1 iteration, not 100Heschi Kreinick
2017-02-15testing: fix stats bug for sub benchmarksMarcel van Lohuizen
2017-02-11testing: only call ReadMemStats if necessary when benchmarkingJosh Bleecher Snyder
2017-02-01testing: synchronize writes to the root's WriterJoe Tsai
2017-01-18testing: make parallel t.Run safe againRuss Cox
2017-01-07all: fix misspellingsshawnps
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-05-24testing: don't be silent if a test's goroutine fails a test after test exitsMarcel van Lohuizen
2016-04-14testing: removed flakey testMarcel van Lohuizen
2016-04-06testing: fix flakey test on plan9Marcel van Lohuizen
2016-04-06testing: fixed bug introduced by CL 21504Marcel van Lohuizen
2016-04-05testing: improve outputMarcel van Lohuizen
2016-04-04testing: unflake TestBRunMarcel van Lohuizen
2016-03-25testing: probe with N=1Marcel van Lohuizen
2016-03-22testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen
2016-03-22testing: added name matcher and sanitizerMarcel van Lohuizen
2016-03-21testing: add test for not exceeding maximum parallismMarcel van Lohuizen
2016-03-18testing: disable tests that cause a hang on some platformsMarcel van Lohuizen
2016-03-18testing: finish implementation of subtestsMarcel van Lohuizen
2016-03-18testing: implementation of subbenchmarksMarcel van Lohuizen
2016-03-18testing: prepare for the introduction of Run methodsMarcel van Lohuizen