summaryrefslogtreecommitdiff
path: root/src/pkg/testing
Commit message (Expand)AuthorAgeFilesLines
* testing: add Coverage functionRuss Cox2014-07-221-0/+23
* testing: make benchmarking fasterJosh Bleecher Snyder2014-06-242-7/+11
* testing/quick: brought Check parameter name in line with function docCaleb Spare2014-06-191-3/+3
* testing: fix timing format inconsistencyRobert Dinu2014-06-182-8/+13
* undo CL 101970047 / 30307cc8bef2Russ Cox2014-06-131-5/+3
* testing: make benchmarking fasterJosh Bleecher Snyder2014-06-121-3/+5
* testing: write profiles on failureRuss Cox2014-05-091-0/+1
* testing: fix bogus benchmarkDmitriy Vyukov2014-02-241-1/+0
* testing: improve diagnosis of a potential misuse of RunParallelDmitriy Vyukov2014-02-241-2/+2
* testing: diagnose a potential misuse of RunParallelDmitriy Vyukov2014-02-241-0/+3
* testing: improve introduction to package commentRob Pike2014-02-211-2/+10
* testing: ease writing parallel benchmarksDmitriy Vyukov2014-02-173-6/+161
* testing: fix SkipNow and FailNow to avoid panic(nil) checkRuss Cox2014-01-221-8/+10
* testing: diagnose buggy tests that panic(nil)Russ Cox2014-01-221-1/+7
* testing: document that ResetTimer also zeros the allocation counters.Shenghou Ma2014-01-091-1/+1
* cmd/godoc: document package-level examplesOlivier Duperray2013-11-111-2/+4
* testing: don't start timing a Parallel test until it's actually startingRob Pike2013-08-191-2/+4
* testing: add TB, an interface common to T and BBrad Fitzpatrick2013-08-141-0/+27
* testing: make parsing of -cpu more lenientRuss Cox2013-08-021-10/+13
* testing: say what was the timeout if it firesDmitriy Vyukov2013-08-011-7/+4
* cmd/go, testing: streamline direct use of test binariesRuss Cox2013-07-122-24/+20
* cmd/go, testing: remove redundant "for pkg" in coverage messageRuss Cox2013-07-121-1/+1
* cmd/go: fix a couple of bugs in coverage toolingRob Pike2013-07-101-13/+14
* testing: include cover mode in cover profileRob Pike2013-06-211-0/+1
* cmd/go: simplify flags for coverageRob Pike2013-06-181-2/+2
* cmd/go: write coverage to file, add percentage statisticRob Pike2013-06-182-0/+96
* testing: use -bench flag and fix flags doc linkDan Peterson2013-06-171-2/+2
* testing: add -outputdir flag so "go test" controls where the files are writtenRob Pike2013-06-121-9/+45
* testing: fix rounding error in roundDown10Dave Cheney2013-06-023-12/+45
* testing: add test for issue 5599Dave Cheney2013-05-312-0/+38
* testing: quantize AllocsPerRunRob Pike2013-05-301-2/+6
* testing/quick: fix for aliased types, delete duplicate uint8 test, and fix ra...Jonathan Hseu2013-05-142-36/+137
* testing/iotest: rephrase DataErrReader's descriptionAlexei Sholik2013-04-121-3/+5
* testing: structure package documentationVolker Dobler2013-04-051-0/+4
* testing: document that Log and Logf do not usually produce outputRob Pike2013-04-011-2/+4
* testing: report test as failed if the test panics.Ewan Chou2013-04-011-0/+1
* build: remove dead codeRuss Cox2013-03-221-2/+0
* testing: move Skip into *commonDave Cheney2013-02-231-40/+40
* testing: document that example output must use line commentsOlivier Duperray2013-02-221-1/+1
* testing: fix output formattingRobert Dinu2013-02-211-7/+3
* testing: be explicit about use of b.NRuss Cox2013-02-091-0/+1
* cmd/go, testing: revise docs for test flagsRuss Cox2013-02-031-1/+1
* testing: add AllocsPerRunKyle Lemons2013-02-021-0/+41
* testing: SkipNow, FailNow must be called from test goroutineRuss Cox2013-02-011-11/+18
* testing: add Skip/SkipfDave Cheney2013-01-231-2/+47
* testing: allow examples to pass (fix build)Andrew Gerrand2013-01-181-0/+2
* testing: catch panicking example and report, just like testsAndrew Gerrand2013-01-181-32/+47
* testing: introduce (*B).ReportAllocs()Shenghou Ma2013-01-171-6/+14
* testing: document whitespace trimming of example expected/actual output.Caleb Spare2013-01-121-2/+2
* testing: fix example test fd leakEmil Hessman2012-12-221-0/+1