summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata
Commit message (Expand)AuthorAgeFilesLines
* testing: roll back CL 44352 (show in-progress tests upon SIGINT)Ian Lance Taylor2017-07-131-40/+0
* cmd/go: be more precise when a directory cannot be builtRuss Cox2017-06-234-0/+8
* cmd/go: detect Go assembly before assembling with gccRuss Cox2017-06-232-0/+10
* testing: harmonize handling of prefix-matched benchmarksRuss Cox2017-06-202-0/+36
* testing: show in-progress tests upon SIGINTMeir Fischer2017-06-091-0/+40
* testing: print extra labels on benchmarksQuentin Smith2017-02-071-0/+6
* testing: stop timeout-timer after running testsAlberto Donizetti2017-01-311-0/+10
* cmd/go: add sync/atomic dependency when needed by test coverageRuss Cox2017-01-0412-0/+12
* cmd/go: ensure streaming test's stdout, stderr are same as cmd/go'sBrad Fitzpatrick2016-12-071-0/+39
* cmd/go/testdata/src: gofmtJosh Bleecher Snyder2016-11-142-1/+2
* testing: mark tests and benchmarks failed if a race occurs during executionRuss Cox2016-11-031-0/+29
* cmd/go: fix coverage in xtest of cgo packageRuss Cox2016-11-0310-0/+89
* cmd/link: fix -X importpath.name=value when import path needs escapingRuss Cox2016-10-292-0/+7
* cmd/go: apply import restrictions to test code tooRuss Cox2016-10-283-0/+12
* cmd/go: report missing vendor visibility errorRuss Cox2016-10-264-0/+12
* cmd/go: diagnose non-canonical import paths before compilationRuss Cox2016-10-264-0/+10
* cmd/go: allow 'go generate' even if imports do not resolveRuss Cox2016-10-241-0/+5
* cmd/go, testing: indicate when no tests are runCaio Marcelo de Oliveira Filho2016-10-194-0/+35
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-017-7/+7
* testing: make failure in benchmark cause non-zero exit statusCaio Marcelo de Oliveira Filho2016-02-281-0/+7
* cmd/go/testdata: fix nits in testMikio Hara2016-01-262-2/+2
* cmd/go: respect internal directories during 'go run'Russ Cox2016-01-144-0/+12
* cmd/go, go/build: ignore vendor directories with no Go source filesRuss Cox2016-01-143-0/+4
* cmd/go: fix processing of flags for test binaries.Rob Pike2015-09-231-0/+16
* cmd/go: fix vendor-related index out of range panic on bad file treeRuss Cox2015-08-182-0/+4
* cmd/go: fix disallow of p/vendor/x during vendor experimentRuss Cox2015-07-314-0/+13
* cmd/go: fix missing internal import errorRuss Cox2015-07-223-0/+10
* cmd/go: fix buildRuss Cox2015-07-154-0/+10
* cmd/go: fix error for go run with files in different directoriesRuss Cox2015-07-152-0/+2
* cmd/go: diagnose trivial test import cycleRuss Cox2015-07-152-0/+7
* cmd/go: do not panic on invalid import path containing "/vendor/"Daniel Theophanes2015-07-071-0/+3
* cmd/go: don't fetch from insecure repositories without -insecureAndrew Gerrand2015-06-241-0/+2
* cmd/go: fix buildRuss Cox2015-06-191-0/+3
* cmd/go: add preliminary support for vendor directoriesRuss Cox2015-06-1913-0/+58
* cmd/go: stop early in disallowInternal on erroneous packagesAndrew Gerrand2015-06-151-0/+3
* cmd/go: add -tags option to go vetRob Pike2015-06-051-0/+9
* cmd/go: add $GOLINE to generateRob Pike2015-04-171-1/+1
* cmd/go: implement the long-promised -run flag for go generateRob Pike2015-04-171-0/+10
* cmd/go: fix 'go vet' of package with external testsRuss Cox2014-10-062-0/+8
* cmd/go: always build _test.go files and link into testRuss Cox2014-09-265-0/+15
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-242-0/+2
* cmd/go: add go generateRob Pike2014-08-243-0/+32
* cmd/go, go/build: implement import comment checkingRuss Cox2014-08-1210-0/+18
* cmd/go: implement 'internal' conventionRuss Cox2014-08-063-0/+7
* cmd/go: build non-runnable examples in xtestsAndrew Gerrand2014-06-282-0/+21
* cmd/go: fix go test againRuss Cox2014-05-132-0/+15
* cmd/go: fix 'go test foo_test.go'Russ Cox2014-05-121-0/+6
* cmd/go: detect import cycle caused by test codeRuss Cox2014-05-125-0/+35
* cmd/go: better error for install of 'test-only' packageRuss Cox2014-05-121-0/+1
* cmd/go: mark regexp as dependency of testmainRobert Hencke2014-05-091-0/+7