aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/script_test.go
AgeCommit message (Expand)Author
2021-05-14cmd/go: fix a portability issue in the cd script commandManlio Perillo
2021-05-04cmd/dist,cmd/go: set GOTRACEBACK to "system" for testingMichael Anthony Knyszek
2021-04-19cmd/go: drop GOEXPERIMENT in script testsAustin Clements
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-09cmd/go: in TestScript, set GOTRACEBACK and use SIGQUIT to terminate hung subp...Bryan C. Mills
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements
2021-03-16cmd/go: bail out from script tests earlier when a timeout occursBryan C. Mills
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02cmd/go: stop tests from using network during -shortRuss Cox
2020-11-09cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-05cmd/go: account for flags when parsing regexps in TestScriptMichael Matloob
2020-10-28cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-21cmd/go/testdata/script: make list_case_collision's behavior more clearMichael Matloob
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