summaryrefslogtreecommitdiff
path: root/src/cmd/go/script_test.go
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/go: stop tests from using network during -shortRuss Cox2020-12-021-0/+3
* cmd/go: add GOVCS setting to control version control usageRuss Cox2020-11-091-0/+1
* cmd/go: account for flags when parsing regexps in TestScriptMichael Matloob2020-11-051-1/+6
* cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills2020-10-281-3/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-3/+4
* cmd/go/testdata/script: make list_case_collision's behavior more clearMichael Matloob2020-08-211-0/+38
* cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills2020-06-091-0/+1
* cmd/go: terminate TestScript commands more aggressively when the test times outBryan C. Mills2020-05-141-88/+195
* cmd/go/internal/work: disallow testgo binary from installing to GOROOTBryan C. Mills2020-03-271-0/+1
* cmd/go: define a build tag for any GOEXPERIMENT which is enabled.Dan Scales2020-03-231-0/+2
* cmd/go: add a "don't care about success" operator to script_testBryan C. Mills2020-03-181-80/+103
* cmd/go: add a missing curly-brace in the 'stale' command format stringBryan C. Mills2020-03-181-1/+1
* cmd/go: extract module zip files in placeJay Conrod2020-03-111-0/+1
* cmd/go: add a few more calls to t.ParallelMichael Matloob2020-02-191-0/+2
* cmd/go: convert some coverage tests to the script frameworkMichael Matloob2020-02-191-5/+17
* cmd/go: add a 'buildmode' condition for script testsBryan C. Mills2019-11-221-0/+6
* cmd/go: convert TestInstallIntoGOPATH to a script testBryan C. Mills2019-11-181-12/+17
* cmd/go: convert TestCacheVet to a scriptBryan C. Mills2019-11-121-0/+11
* cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan C. Mills2019-11-011-1/+5
* cmd/go: ignore '@' when cleaning local and absolute file path argsJay Conrod2019-10-231-0/+2
* cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills2019-10-211-4/+8
* cmd/go: don't include package dir in cache key when -trimpath is setJay Conrod2019-09-161-4/+16
* cmd/go: factor the I/O-retry logic out of renameioBryan C. Mills2019-06-131-3/+4
* cmd/go: add GOPRIVATE environment variableRuss Cox2019-06-121-0/+1
* cmd/go: in TestScript, set $GOEXE instead of $exeBryan C. Mills2019-06-101-5/+2
* cmd/go: add test of $GONOPROXY, $GONOSUMDB behaviorRuss Cox2019-04-301-0/+2
* cmd/go: implement Go checksum database supportRuss Cox2019-04-291-1/+1
* cmd/go: add -trimpath build flagRuss Cox2019-04-241-5/+18
* cmd/go: keep WINDIR during TestScriptAlex Brainman2019-03-241-0/+1
* cmd/go: add notary simulation and GONOVERIFY supportRuss Cox2019-03-071-0/+1
* cmd/go: quote expanded shell variables used within regular expressionsBryan C. Mills2019-03-011-55/+111
* cmd/go: remove work directory on usage errorIan Lance Taylor2019-03-011-0/+1
* cmd/go: preserve more env vars for TestScript child processesIan Lance Taylor2019-02-271-1/+6
* cmd/go: allow "stdout" and "stderr" as inputs to script_test "cp" commandBryan C. Mills2019-02-261-6/+23
* cmd/go: skip tests using Git on Plan 9David du Colombier2019-01-091-0/+5
* cmd/link: fix in-package syso linkingShenghou Ma2018-12-151-0/+13
* cmd/go: add a [root] condition to script_testBryan C. Mills2018-12-111-0/+2
* cmd/go: add a chmod command to script_testBryan C. Mills2018-12-111-0/+19
* cmd/go: add goversion environment variable to testing script languageIan Lance Taylor2018-11-081-0/+12
* cmd/go: add cmpenv command to testing script languageIan Lance Taylor2018-11-081-0/+20
* cmd/go: support background processes in TestScriptBryan C. Mills2018-10-291-31/+172
* cmd/go: remove extraneous 'file' from usage message in script_testBryan C. Mills2018-10-091-1/+1
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-6/+6
* cmd/go: don't let script grep commands match $WORKIan Lance Taylor2018-08-251-0/+3
* cmd/go: disable ccache when setting HOME to non-existent dirMark Pulford2018-08-031-0/+1
* cmd/go: fix TestScript/mod_gobuild_import on Plan 9David du Colombier2018-07-291-0/+4
* go/build: invoke go command to find modules during Import, Context.ImportRuss Cox2018-07-281-2/+2
* cmd/go: fix TestScript on Plan 9David du Colombier2018-07-191-0/+1
* cmd/go: convert final module tests to scriptsRuss Cox2018-07-191-30/+195
* cmd/go: preserve %SYSTEMROOT% in TestScript on WindowsRuss Cox2018-07-191-4/+11