aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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-08-10testing: respect benchtime on very fast benchmarksJosh Bleecher Snyder
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-05-12testing: fix vet warningAliaksandr Valialkin
2016-05-06Revert "testing/quick: generate more map and slice states"Russ Cox
2016-04-21testing: add matching of subtestMarcel van Lohuizen
2016-04-14testing: removed flakey testMarcel van Lohuizen
2016-04-06testing: fix flakey test on plan9Marcel van Lohuizen
2016-04-06testing: fixed bug introduced by CL 21504Marcel van Lohuizen
2016-04-05testing: improve outputMarcel van Lohuizen
2016-04-04testing: unflake TestBRunMarcel van Lohuizen
2016-03-26cmd/go: fix proc-count accumulation in benchmark nameAlberto Donizetti
2016-03-25testing: probe with N=1Marcel van Lohuizen
2016-03-22testing: expose subtest and subbenchmark functionalityMarcel van Lohuizen
2016-03-22testing: added name matcher and sanitizerMarcel van Lohuizen
2016-03-21testing: add test for not exceeding maximum parallismMarcel van Lohuizen
2016-03-18testing: disable tests that cause a hang on some platformsMarcel van Lohuizen
2016-03-18testing: always ignore RunParallel in probe phaseMarcel van Lohuizen
2016-03-18testing: finish implementation of subtestsMarcel van Lohuizen
2016-03-18testing: implementation of subbenchmarksMarcel van Lohuizen
2016-03-18testing: hoisted chunks of code to prepare for Run methodMarcel van Lohuizen
2016-03-18testing: prepare for the introduction of Run methodsMarcel van Lohuizen
2016-03-09testing: implement 'Unordered Output' in Examples.Brady Catherman
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-28testing: make failure in benchmark cause non-zero exit statusCaio Marcelo de Oliveira Filho
2016-02-26testing/quick: generate more map and slice statesMatt T. Proud
2016-01-06testing: move comment inside T.ParallelRuss Cox
2016-01-04testing: add clear panic for duplicate call to t.ParallelRuss Cox
2015-12-18testing: use debug.SetTraceback("all") to show all goroutines at test timeoutRuss Cox
2015-12-01testing: document that T and B are safe for concurrent callsRuss Cox
2015-11-24testing: pause the test timer while waiting in T.ParallelCaleb Spare
2015-11-12testing: only call flag.Parse if it has not been called beforeAlberto Bertogli
2015-08-29testing/quick: terminate for arbitrary recursive typesHåvard Haugen
2015-07-22runtime/trace: add new packageDmitry Vyukov
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-26testing/quick: improve function signature error.Matt T. Proud
2015-06-15testing: don't print CPU count for tests, only benchmarksRob Pike
2015-06-08testing/quick: probabilistically generate nil pointersHåvard Haugen
2015-06-05testing: add -test.count flag to run tests and benchmarks multiple timesRuss Cox
2015-05-12testing: fix typoShenghou Ma
2015-05-08testing: make the output of -v more uniform and aligned when using fixed-widt...Rob Pike
2015-05-06testing: document that Log and Logf always print in benchmarksRob Pike
2015-04-26testing/quick: align tests with reflect.Kind.Matt T. Proud