aboutsummaryrefslogtreecommitdiff
path: root/src/testing/sub_test.go
AgeCommit message (Expand)Author
2026-03-09testing: annotate output text typeEthan Reesor
2026-03-06testing: escapes framing markersEthan Reesor
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-05-20testing: use a pattern to match the elapsed time in TestTRunMateusz Poliwczak
2025-05-15testing: fix panic in t.LogJonathan Amsterdam
2025-05-13testing: add Outputsuntala
2025-05-13Revert "testing: add Output"Jonathan Amsterdam
2025-05-13testing: add Outputsuntala
2024-08-21testing: rename testContext to testStateVladimir Varankin
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2023-12-01testing: add regression tests for reentrant calls to T.RunBryan C. Mills
2023-11-27Revert "testing: simplify concurrency and cleanup logic"Lasse Folger
2023-11-21testing: simplify concurrency and cleanup logicBryan C. Mills
2022-11-16testing: in TestRacyOutput, ensure that the Run calls complete before cleanupBryan C. Mills
2022-10-26testing: fix many test2json inaccuraciesRuss Cox
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2022-09-07testing: use strings.Buildercuiweixie
2022-08-16testing: do not print 'root' benchName during test of package testingRuss Cox
2022-05-08all: fix some lint issuesRyan Leung
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-04-09[dev.fuzz] testing: support T.Parallel in fuzz functionsJay Conrod
2021-04-09[dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod
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