summaryrefslogtreecommitdiff
path: root/src/cmd/go/testflag.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: add test -o flag to control where test binary is writtenRuss Cox2014-09-261-3/+4
* cmd/go: add go build -iDavid Crawshaw2014-05-061-1/+1
* cmd/go: handle -ccflags in 'go test'Shenghou Ma2014-04-211-0/+5
* cmd/go: support -ccflags in 'go test'Shenghou Ma2014-04-171-0/+1
* cmd/go: make the default coverage mode -atomic if -race is setRob Pike2014-03-181-1/+8
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-0/+6
* cmd/gc: support -installsuffix in the compiler and builderDave Day2013-10-031-0/+1
* cmd/go: don't leave test binary around for coverageRob Pike2013-09-061-0/+1
* cmd/go: nicer error diagnosis in go testRob Pike2013-08-141-6/+10
* cmd/go, testing: streamline direct use of test binariesRuss Cox2013-07-121-7/+3
* cmd/go: add -coverpkgRuss Cox2013-06-271-0/+9
* cmd/go: another attempt at flag handling for coverageRob Pike2013-06-191-28/+18
* cmd/go: simplify flags for coverageRob Pike2013-06-181-13/+33
* cmd/go: write coverage to file, add percentage statisticRob Pike2013-06-181-2/+7
* testing: add -outputdir flag so "go test" controls where the files are writtenRob Pike2013-06-121-0/+13
* cmd/go: add coverage analysisRob Pike2013-06-111-0/+8
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-011-3/+1
* cmd/go: many bug fixesRuss Cox2013-01-311-3/+15
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* testing: change -test.benchtime to a flag.Duration.David Symonds2012-10-091-1/+1
* pprof: add goroutine blocking profilingDmitriy Vyukov2012-10-061-0/+4
* cmd/go: add support for -test.benchmemShenghou Ma2012-10-041-0/+2
* race: build system changesDmitriy Vyukov2012-09-181-1/+2
* cmd/go: fix go test -compilerRuss Cox2012-03-071-1/+1
* cmd/go: add -compilerRuss Cox2012-03-061-0/+3
* cmd/go: honor buildflags in go test.R?my Oudompheng2012-03-051-16/+28
* cmd/go: drop -example, apply -run to examplesRob Pike2012-02-281-2/+0
* testing: add -test.example flag to control execution of examplesRob Pike2012-02-271-0/+2
* cmd/go: respect test -timeout flagRuss Cox2012-02-121-0/+2
* cmd/go: improvementsRuss Cox2012-01-311-1/+4
* go: improvementsRuss Cox2012-01-301-1/+1
* cmd/go: add -p flag for parallelism (like make -j)Russ Cox2012-01-091-0/+17
* cmd/go: two testing fixesRuss Cox2011-12-221-1/+32
* cmd/go: avoid infinite loop with package specific flagsMikio Hara2011-12-211-2/+1
* go: implement test commandRuss Cox2011-12-151-0/+168