aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
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í
2017-02-07testing: print extra labels on benchmarksQuentin Smith
2017-02-01Revert "testing: delete unused stopAlarm()"Brad Fitzpatrick
2017-02-01testing: delete unused stopAlarm()Kyrylo Silin
2017-02-01testing: synchronize writes to the root's WriterJoe Tsai
2017-01-31testing: stop timeout-timer after running testsAlberto Donizetti
2017-01-18testing: make parallel t.Run safe againRuss Cox
2017-01-04testing: add missing newlines to error messagesIan Lance Taylor
2016-12-09Revert "testing: add T.Context method"Joe Tsai
2016-11-25testing: comment out flag.Parse from exampleDaniel Martí
2016-11-03testing: add T.Context methodBrad Fitzpatrick
2016-11-03testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox
2016-11-02testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox
2016-11-01testing: add a method testing.CoverModeRob Pike
2016-11-01testing: don't warn if -bench was passedDaniel Martí
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-19cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho
2016-10-19testing: wrap long comment lineRuss Cox
2016-10-18testing: document that Skip cannot undo ErrorRuss Cox
2016-10-18testing: fix flag usage messagesRuss Cox
2016-10-16testing: mention in docs for Logf that a final newline is added if neededRob Pike
2016-09-28testing: add Name method to *T and *BAndrew Gerrand
2016-09-12testing: improve the documentation for the -run flagRob Pike
2016-06-23testing: document that logs are dumped to standard outputIan Lance Taylor
2016-05-25testing: added package doc for sub(tests/benchmarks)Marcel van Lohuizen
2016-05-24testing: don't be silent if a test's goroutine fails a test after test exitsMarcel van Lohuizen
2016-04-06testing: fixed bug introduced by CL 21504Marcel van Lohuizen
2016-04-05testing: improve outputMarcel van Lohuizen
2016-03-22testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen