summaryrefslogtreecommitdiff
path: root/src/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* testing: only call flag.Parse if it has not been called beforeAlberto Bertogli2015-11-121-1/+5
* testing/quick: terminate for arbitrary recursive typesHåvard Haugen2015-08-292-20/+71
* runtime/trace: add new packageDmitry Vyukov2015-07-221-6/+7
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* testing/quick: improve function signature error.Matt T. Proud2015-06-261-1/+1
* testing: don't print CPU count for tests, only benchmarksRob Pike2015-06-151-3/+0
* testing/quick: probabilistically generate nil pointersHåvard Haugen2015-06-082-5/+26
* 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-082-2/+2
* testing: document that Log and Logf always print in benchmarksRob Pike2015-05-061-4/+6
* testing/quick: align tests with reflect.Kind.Matt T. Proud2015-04-261-19/+19
* testing/quick: fix commentDmitry Vyukov2015-03-271-1/+1
* testing: document that flag.Parse is not called when TestMain runsShenghou Ma2015-03-201-4/+8
* testing: pad benchmark names to align resultsHåvard Haugen2015-02-071-7/+27
* testing/quick: support generation of array types in ValueChris Kastorff2015-02-042-0/+16
* testing: add tracing supportDmitry Vyukov2015-01-281-0/+17
* testing/iotest: fix copy/paste error in commentRobert Griesemer2014-12-291-1/+1
* testing: style change: omit unnecessary newIan Lance Taylor2014-12-201-2/+2
* 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-192-5/+69
* runtime: account for tiny allocs, for testing.AllocsPerRunRuss Cox2014-09-171-0/+29
* testing: read coverage counters atomicallyRob Pike2014-09-091-3/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-0812-0/+2269