summaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Expand)AuthorAgeFilesLines
* testing: comment out flag.Parse from exampleDaniel Martí2016-11-251-1/+1
* testing: add T.Context methodBrad Fitzpatrick2016-11-034-33/+95
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-032-11/+27
* testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox2016-11-022-26/+105
* 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
* all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike2016-10-261-1/+1
* testing/quick, text/tabwriter: freeze packagesBrad Fitzpatrick2016-10-241-0/+2
* cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho2016-10-193-12/+44
* 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-182-14/+14
* 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: respect benchtime on very fast benchmarksJosh Bleecher Snyder2016-08-101-4/+3
* 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-242-2/+31
* testing: fix vet warningAliaksandr Valialkin2016-05-121-2/+2
* Revert "testing/quick: generate more map and slice states"Russ Cox2016-05-062-29/+35
* testing: add matching of subtestMarcel van Lohuizen2016-04-212-10/+179
* testing: removed flakey testMarcel van Lohuizen2016-04-141-51/+0
* testing: fix flakey test on plan9Marcel van Lohuizen2016-04-061-32/+27
* testing: fixed bug introduced by CL 21504Marcel van Lohuizen2016-04-062-1/+25
* testing: improve outputMarcel van Lohuizen2016-04-053-13/+158
* testing: unflake TestBRunMarcel van Lohuizen2016-04-041-2/+6
* cmd/go: fix proc-count accumulation in benchmark nameAlberto Donizetti2016-03-261-1/+1
* testing: probe with N=1Marcel van Lohuizen2016-03-252-26/+26
* testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen2016-03-223-13/+10
* testing: added name matcher and sanitizerMarcel van Lohuizen2016-03-225-26/+207
* testing: add test for not exceeding maximum parallismMarcel van Lohuizen2016-03-212-1/+52
* testing: disable tests that cause a hang on some platformsMarcel van Lohuizen2016-03-181-53/+1
* testing: always ignore RunParallel in probe phaseMarcel van Lohuizen2016-03-181-1/+4
* testing: finish implementation of subtestsMarcel van Lohuizen2016-03-182-0/+249
* testing: implementation of subbenchmarksMarcel van Lohuizen2016-03-182-27/+205
* testing: hoisted chunks of code to prepare for Run methodMarcel van Lohuizen2016-03-182-58/+100
* testing: prepare for the introduction of Run methodsMarcel van Lohuizen2016-03-183-76/+274
* testing: implement 'Unordered Output' in Examples.Brady Catherman2016-03-091-5/+21
* all: single space after period.Brad Fitzpatrick2016-03-025-12/+12
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-24/+16
* testing: make failure in benchmark cause non-zero exit statusCaio Marcelo de Oliveira Filho2016-02-282-3/+9
* testing/quick: generate more map and slice statesMatt T. Proud2016-02-262-35/+29
* 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-012-0/+19
* testing: pause the test timer while waiting in T.ParallelCaleb Spare2015-11-241-3/+5