aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-28testing: make failure in benchmark cause non-zero exit statusCaio Marcelo de Oliveira Filho
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-07-22runtime/trace: add new packageDmitry Vyukov
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-15testing: don't print CPU count for tests, only benchmarksRob Pike
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-03-20testing: document that flag.Parse is not called when TestMain runsShenghou Ma
2015-01-28testing: add tracing supportDmitry Vyukov
2014-10-16runtime: fix memory profilerDmitriy Vyukov
2014-10-01testing: clearer commentRobert Griesemer
2014-09-19cmd/go, testing: add TestMain supportRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox