aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
2019-05-17testing: callerName only needs one PC in the tracebackKeith Randall
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-03-05all: join a few chained ifsDaniel Martí
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-11-16testing: add example to package docLeigh McCulloch
2018-10-10testing: try to Log through parent if test has completedWil Selwood
2018-08-20testing: exit with error if testing.Short is called before flag.ParseIan Lance Taylor
2018-05-31testing: make indentation consistent in sub-testsYury Smolsky
2018-05-14testing: allow marking subtest and subbenchmark functions as HelpersDiogo Pinela
2018-05-02testing: fix racey access to t.failedAnmol Sethi
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2018-04-17testing: failfast fails fast when Fatal calledfraenkel
2018-03-30testing: fix testing flags linkajnirp
2018-03-29testing: document -race goroutine limitsEric Lagergren
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-03-01testing: gracefully handle subtest failing parent’s TMarcel van Lohuizen
2018-01-04cmd/go, testing: test names don't have to be alphanumericIan Lance Taylor
2017-12-14testing: do not crash when m.Run is called twice and -test.testlogfile is usedRuss Cox
2017-12-14testing: emphasize that Fatal/FailNow/etc run deferred callsRuss Cox
2017-12-14testing: define Run result a little more clearlyRuss Cox
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-12-01cmd/go: honor -timeout=0 to mean no timeoutRuss Cox
2017-11-29testing: add -failfast to go testInanc Gumus
2017-10-10testing: add PAUSE, CONT output lines to explain Parallel executionRuss Cox
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-06testing: use time.Since instead of time.Now().SubDaniel Martí
2017-08-25testing: error if -parallel is given N<1Daniel Martí
2017-08-25testing: ensure profiles are written upon -timeout panicMeir Fischer
2017-08-24testing: parallelize tests over countDmitry Vyukov
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-15testing: don't fail all tests after racy test failureIan Lance Taylor
2017-08-09testing: explain how SkipNow and FailNow stop executionAlberto Donizetti
2017-08-02cmd/go: show examples with empty output in go test -listSeiji Takahashi
2017-07-13testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor
2017-06-29testing: clarify rules for concurrent t.Run callsAlberto Donizetti
2017-06-20testing: harmonize handling of prefix-matched benchmarksRuss Cox
2017-06-15testing: clarify -timeout flagKale Blankenship
2017-06-09testing: show in-progress tests upon SIGINTMeir Fischer
2017-05-30testing: clarify that subtests are run as goroutinesMarcel van Lohuizen
2017-04-26testing: add argument to list tests, benchmarks, and examplesBrandon Bennett
2017-04-21testing: use function names to identify helpersDavid Lazar
2017-04-14testing: add TB.Helper to better support test helpersCaleb Spare
2017-04-10testing: document example with unordered outputAlexander Döring
2017-04-10testing: consider a test failed after race errorsCaleb Spare
2017-02-07testing: clarify T.Parallel() godoc wordingDaniel Martí