aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/README
AgeCommit message (Expand)Author
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-05cmd/go: fix tests that fail when running a cross-compiled GOARCHBryan C. Mills
2023-07-17cmd/go: fix tests when go.env sets GOPROXY=direct GOSUMDB=offBryan C. Mills
2023-05-04cmd/go: fix short tests on iosBryan C. Mills
2023-04-24cmd/go: declare net hosts in script testsBryan C. Mills
2023-03-14cmd/go,cmd/link: prefer external linking when strange cgo flags seenThan McIntosh
2022-11-17cmd/go: disable cgo by default if DefaultCC is absolute and doesn't existBryan C. Mills
2022-10-24cmd/go: replace the 'addcrlf' script command with a more general 'replace' co...Bryan C. Mills
2022-10-24cmd/go/internal/script: define GOOS, GOARCH, and compiler conditions using su...Bryan C. Mills
2022-10-24cmd/go: replace the '[exec:git]' condition with a '[git]' conditionBryan C. Mills
2022-10-24cmd/go: extract the TestScript engine into a standalone packageBryan C. Mills
2022-09-28cmd/go: support new hybrid coverage instrumentationThan McIntosh
2022-09-28cmd/go: add hook to check for GOEXPERIMENT in script testsThan McIntosh
2022-07-08cmd/go: avoid setting variables for '/' and ':' in TestScript subprocess envi...Bryan C. Mills
2022-06-30cmd/go: add a 'sleep' command for script testsBryan C. Mills
2022-04-12cmd/go: fix TestScript/build_trimpath_goroot when built with a mismatched GOR...Bryan C. Mills
2022-03-16internal/txtar: bring back to main repo, for tests in stdRuss Cox
2022-01-26cmd/go: add mv and support "! cmp" in script testsBryan C. Mills
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-26cmd/go: add -asan optionFannie Zhang
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