aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/README
AgeCommit message (Expand)Author
2021-05-14cmd/go: fix a portability issue in the cd script commandManlio Perillo
2021-04-19cmd/go: drop GOEXPERIMENT in script testsAustin Clements
2021-04-08cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements
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-11cmd/go: extract module zip files in placeJay Conrod
2020-02-19cmd/go: convert some coverage tests to the script frameworkMichael Matloob
2020-01-06cmd/go: convert some testcases 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-10-21cmd/go: add a flag to avoid creating unwritable directories in the module cacheBryan C. Mills
2019-10-09cmd/go: document multiple conditions in TestScriptJay Conrod
2019-06-10cmd/go: in TestScript, set $GOEXE instead of $exeBryan C. Mills
2019-04-24cmd/go: add -trimpath build flagRuss Cox
2019-02-26cmd/go: allow "stdout" and "stderr" as inputs to script_test "cp" commandBryan C. Mills
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-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: 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