summaryrefslogtreecommitdiff
path: root/src/testing/testing.go
Commit message (Expand)AuthorAgeFilesLines
* testing: comment out flag.Parse from exampleDaniel Martí2016-11-251-1/+1
* testing: add T.Context methodBrad Fitzpatrick2016-11-031-6/+29
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-031-11/+21
* testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox2016-11-021-26/+54
* testing: add a method testing.CoverModeRob Pike2016-11-011-0/+7
* testing: don't warn if -bench was passedDaniel Martí2016-11-011-1/+1
* runtime: Profile goroutines holding contended mutexes.Peter Weinberger2016-10-281-13/+30
* cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho2016-10-191-8/+33
* testing: wrap long comment lineRuss Cox2016-10-191-1/+2
* testing: document that Skip cannot undo ErrorRuss Cox2016-10-181-0/+1
* testing: fix flag usage messagesRuss Cox2016-10-181-12/+12
* testing: mention in docs for Logf that a final newline is added if neededRob Pike2016-10-161-4/+5
* testing: add Name method to *T and *BAndrew Gerrand2016-09-281-0/+6
* testing: improve the documentation for the -run flagRob Pike2016-09-121-7/+11
* testing: document that logs are dumped to standard outputIan Lance Taylor2016-06-231-1/+1
* testing: added package doc for sub(tests/benchmarks)Marcel van Lohuizen2016-05-251-0/+55
* testing: don't be silent if a test's goroutine fails a test after test exitsMarcel van Lohuizen2016-05-241-2/+10
* testing: fixed bug introduced by CL 21504Marcel van Lohuizen2016-04-061-1/+1
* testing: improve outputMarcel van Lohuizen2016-04-051-5/+11
* testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen2016-03-221-3/+3
* testing: added name matcher and sanitizerMarcel van Lohuizen2016-03-221-14/+8
* testing: add test for not exceeding maximum parallismMarcel van Lohuizen2016-03-211-1/+1
* testing: finish implementation of subtestsMarcel van Lohuizen2016-03-181-0/+24
* testing: hoisted chunks of code to prepare for Run methodMarcel van Lohuizen2016-03-181-24/+35
* testing: prepare for the introduction of Run methodsMarcel van Lohuizen2016-03-181-69/+165
* all: single space after period.Brad Fitzpatrick2016-03-021-5/+5
* testing: make failure in benchmark cause non-zero exit statusCaio Marcelo de Oliveira Filho2016-02-281-2/+1
* testing: move comment inside T.ParallelRuss Cox2016-01-061-3/+4
* testing: add clear panic for duplicate call to t.ParallelRuss Cox2016-01-041-1/+6
* testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox2015-12-181-0/+2
* testing: document that T and B are safe for concurrent callsRuss Cox2015-12-011-0/+8
* testing: pause the test timer while waiting in T.ParallelCaleb Spare2015-11-241-3/+5
* testing: only call flag.Parse if it has not been called beforeAlberto Bertogli2015-11-121-1/+5
* runtime/trace: add new packageDmitry Vyukov2015-07-221-6/+7
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* testing: don't print CPU count for tests, only benchmarksRob Pike2015-06-151-3/+0
* testing: add -test.count flag to run tests and benchmarks multiple timesRuss Cox2015-06-051-2/+7
* testing: fix typoShenghou Ma2015-05-121-1/+1
* testing: make the output of -v more uniform and aligned when using fixed-widt...Rob Pike2015-05-081-1/+1
* testing: document that Log and Logf always print in benchmarksRob Pike2015-05-061-4/+6
* testing: document that flag.Parse is not called when TestMain runsShenghou Ma2015-03-201-4/+8
* testing: add tracing supportDmitry Vyukov2015-01-281-0/+17
* runtime: fix memory profilerDmitriy Vyukov2014-10-161-0/+1
* testing: clearer commentRobert Griesemer2014-10-011-1/+1
* cmd/go, testing: add TestMain supportRuss Cox2014-09-191-5/+51
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+662