summaryrefslogtreecommitdiff
path: root/src/cmd/go/test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: sometimes name tmp test binary test.test.exe on WindowsRuss Cox2014-09-301-0/+37
* cmd/go: always build _test.go files and link into testRuss Cox2014-09-261-2/+4
* cmd/go: add test -o flag to control where test binary is writtenRuss Cox2014-09-261-17/+35
* cmd/go: fix typoSameer Ajmani2014-09-191-2/+2
* cmd/go, testing: add TestMain supportRuss Cox2014-09-191-2/+44
* cmd/go: build non-runnable examples in xtestsAndrew Gerrand2014-06-281-18/+21
* undo CL 107320046 / 97cd07dcb9d8Andrew Gerrand2014-06-251-1/+1
* cmd/go: build test files containing non-runnable examplesAndrew Gerrand2014-06-251-1/+1
* cmd/go: fix coverage for 'package foo_test' testsRuss Cox2014-05-211-24/+32
* cmd/go: fix go test againRuss Cox2014-05-131-27/+35
* cmd/go: fix 'go test foo_test.go'Russ Cox2014-05-121-2/+7
* cmd/go: detect import cycle caused by test codeRuss Cox2014-05-121-1/+32
* cmd/go: mark regexp as dependency of testmainRobert Hencke2014-05-091-1/+2
* cmd/go: add go build -iDavid Crawshaw2014-05-061-2/+1
* cmd/go: always build package during "go test" commandAlex Brainman2014-04-101-1/+1
* cmd/go: make the default coverage mode -atomic if -race is setRob Pike2014-03-181-1/+2
* cmd/go: add support for coverage in CgoFilesAlberto Garc?a Hierro2014-03-051-2/+8
* cmd/go: document new -exec flag on run/testRuss Cox2014-02-251-0/+4
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-1/+3
* cmd/go: skip writing dwarf debug info for ephemeral binariesRuss Cox2014-02-191-0/+1
* cmd/go: fix commentDmitriy Vyukov2014-02-101-1/+1
* cmd/go: better advice for heap profilingDmitriy Vyukov2014-02-101-3/+1
* cmd/go: test: do not put object files where later steps will find themMichael Hudson-Doyle2014-01-071-2/+2
* cmd/go: "go test -c -test.bench=XX fmt" shouldn't hangShenghou Ma2013-09-251-1/+1
* cmd/go: show FAIL for errors during test setupRuss Cox2013-09-101-2/+4
* cmd/go: fix go test using package main_testRuss Cox2013-09-101-1/+1
* cmd/go: run benchmarks in sequenceRuss Cox2013-09-101-11/+10
* cmd/go: don't leave test binary around for coverageRob Pike2013-09-061-3/+4
* cmd/go: fix at least some instances of double compilationRob Pike2013-08-161-1/+1
* cmd/go: fix bad error message in coverage for package without non-test filesRob Pike2013-08-151-1/+1
* cmd/go: send timed out test SIGQUIT before SIGKILLRuss Cox2013-07-301-0/+13
* cmd/go, testing: streamline direct use of test binariesRuss Cox2013-07-121-5/+13
* 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-8/+34
* cmd/go: add -coverpkgRuss Cox2013-06-271-83/+176
* cmd/go: proper rebuild of affected packages during go testRuss Cox2013-06-261-22/+70
* cmd/go: put the coverage information on the summary line.Rob Pike2013-06-201-1/+19
* cmd/go: document that files beginning with . or _ are ignoredAndrew Gerrand2013-06-201-3/+5
* cmd/go: another attempt at flag handling for coverageRob Pike2013-06-191-4/+4
* cmd/go: simplify flags for coverageRob Pike2013-06-181-12/+18
* cmd/go: write coverage to file, add percentage statisticRob Pike2013-06-181-41/+21
* cmd/go: change to use struct in go test -coverRob Pike2013-06-131-4/+3
* testing: add -outputdir flag so "go test" controls where the files are writtenRob Pike2013-06-121-0/+4
* cmd/go: diagnose invalid coverage runsRuss Cox2013-06-121-0/+22
* cmd/go: clarify test filenames in help messagesShenghou Ma2013-06-121-2/+2
* cmd/go: add coverage analysisRob Pike2013-06-111-5/+109
* cmd/go: document flag passing for testsRob Pike2013-06-031-1/+6
* cmd/go: fix a misleading sentenceRob Pike2013-04-071-2/+2
* cmd/go: clarify what "pkg.test" means wrt the -c flagAndrew Gerrand2013-04-081-0/+1
* cmd/go: document usage of external test packagesKamil Kisiel2013-04-081-0/+3