aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/script_test.go
AgeCommit message (Expand)Author
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-05-14cmd/go: terminate TestScript commands more aggressively when the test times outBryan C. Mills
2020-03-27cmd/go/internal/work: disallow testgo binary from installing to GOROOTBryan C. Mills
2020-03-23cmd/go: define a build tag for any GOEXPERIMENT which is enabled.Dan Scales
2020-03-18cmd/go: add a "don't care about success" operator to script_testBryan C. Mills
2020-03-18cmd/go: add a missing curly-brace in the 'stale' command format stringBryan C. Mills
2020-03-11cmd/go: extract module zip files in placeJay Conrod
2020-02-19cmd/go: add a few more calls to t.ParallelMichael Matloob
2020-02-19cmd/go: convert some coverage tests to the script frameworkMichael Matloob
2019-11-22cmd/go: add a 'buildmode' condition for script testsBryan C. Mills
2019-11-18cmd/go: convert TestInstallIntoGOPATH to a script testBryan C. Mills
2019-11-12cmd/go: convert TestCacheVet to a scriptBryan C. Mills
2019-11-01cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan C. Mills
2019-10-23cmd/go: ignore '@' when cleaning local and absolute file path argsJay Conrod
2019-10-21cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills
2019-09-16cmd/go: don't include package dir in cache key when -trimpath is setJay Conrod
2019-06-13cmd/go: factor the I/O-retry logic out of renameioBryan C. Mills
2019-06-12cmd/go: add GOPRIVATE environment variableRuss Cox
2019-06-10cmd/go: in TestScript, set $GOEXE instead of $exeBryan C. Mills
2019-04-30cmd/go: add test of $GONOPROXY, $GONOSUMDB behaviorRuss Cox
2019-04-29cmd/go: implement Go checksum database supportRuss Cox
2019-04-24cmd/go: add -trimpath build flagRuss Cox
2019-03-24cmd/go: keep WINDIR during TestScriptAlex Brainman
2019-03-07cmd/go: add notary simulation and GONOVERIFY supportRuss Cox
2019-03-01cmd/go: quote expanded shell variables used within regular expressionsBryan C. Mills
2019-03-01cmd/go: remove work directory on usage errorIan Lance Taylor
2019-02-27cmd/go: preserve more env vars for TestScript child processesIan Lance Taylor
2019-02-26cmd/go: allow "stdout" and "stderr" as inputs to script_test "cp" commandBryan C. Mills
2019-01-09cmd/go: skip tests using Git on Plan 9David du Colombier
2018-12-15cmd/link: fix in-package syso linkingShenghou Ma
2018-12-11cmd/go: add a [root] condition to script_testBryan C. Mills
2018-12-11cmd/go: add a chmod command to script_testBryan C. Mills
2018-11-08cmd/go: add goversion environment variable to testing script languageIan Lance Taylor
2018-11-08cmd/go: add cmpenv command to testing script languageIan Lance Taylor
2018-10-29cmd/go: support background processes in TestScriptBryan C. Mills
2018-10-09cmd/go: remove extraneous 'file' from usage message in script_testBryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-25cmd/go: don't let script grep commands match $WORKIan Lance Taylor
2018-08-03cmd/go: disable ccache when setting HOME to non-existent dirMark Pulford
2018-07-29cmd/go: fix TestScript/mod_gobuild_import on Plan 9David du Colombier
2018-07-28go/build: invoke go command to find modules during Import, Context.ImportRuss Cox
2018-07-19cmd/go: fix TestScript on Plan 9David du Colombier
2018-07-19cmd/go: convert final module tests to scriptsRuss Cox
2018-07-19cmd/go: preserve %SYSTEMROOT% in TestScript on WindowsRuss Cox
2018-07-19cmd/go: skip TestScript/mod_* on WindowsRuss Cox
2018-07-19cmd/go: convert still more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert more module tests to scriptsRuss Cox
2018-07-19cmd/go: convert module tests to scriptsRuss Cox
2018-07-17cmd/go: add new test script facilityRuss Cox