aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/script_test.go
AgeCommit message (Expand)Author
2024-05-03cmd/go: remove checks that all counters incremented are in counters.txtMichael Matloob
2024-03-26all: fix a large number of commentscui fliter
2024-03-14cmd/internal/telemetry: add a shim package around telemetryMichael Matloob
2024-03-09cmd/go: check checkCounters counter read only on supported platformsHana (Hyang-Ah) Kim
2024-03-07cmd/go: test that each script test increments at least one counterMichael Matloob
2024-03-04cmd/go: add file with list of all counters we collectMichael Matloob
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-06-14cmd/go: use gover.Local for $goversion in TestScriptBryan C. Mills
2023-06-09cmd/go: fix TestScript/gotoolchain* when go.env doesn't set GOTOOLCHAIN=autoqmuntal
2023-06-06cmd/go: disallow package directories containing newlinesBryan C. Mills
2023-05-25cmd/go: show full path name (testdata/script/foo.txt) in script errorsRuss Cox
2023-05-25cmd/go: clear HGRCPATH in script testRuss Cox
2023-05-19cmd/go: add a GODEBUG to limit the number of concurrent network connectionsBryan C. Mills
2023-04-24cmd/go: declare net hosts in script testsBryan C. Mills
2023-01-13Revert "internal/fsys: follow root symlink in fsys.Walk"Bryan Mills
2022-10-25cmd/go: reroute vcs-test.golang.org HTTPS requests to the test-local serverBryan C. Mills
2022-10-25cmd/go: redirect vcs-test.golang.org repo URLs to a test-local serverBryan C. Mills
2022-10-24cmd/go/internal/script: remove special-case escaping logic for $WORKBryan C. Mills
2022-10-24cmd/go: extract the TestScript engine into a standalone packageBryan C. Mills
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-09-29cmd/go: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefixcuiweixie
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-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-08-24cmd/go/internal/work: make NewBuilder safe for concurrent and repeated useBryan C. Mills
2022-08-24cmd/go: avoid registering AtExit handlers in testsBryan C. Mills
2022-08-18cmd/go: avoid passing testing.T to isCaseSensitive and goVersionBryan C. Mills
2022-08-18cmd/go: run tests when cmd/go is cross-compiledBryan C. Mills
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-06-16cmd/go: pass GOEXPERIMENT through to subtestsRuss Cox
2022-06-08cmd/go: enable module index by defaultMichael Matloob
2022-06-03cmd/go: changes to use modindexMichael Matloob
2022-06-01cmd/go: set GIT_TRACE_CURL for tests on buildersBryan C. Mills
2022-05-11cmd/go: add timestamps to script test outputBryan C. Mills
2022-04-12cmd/go: fix TestScript/build_trimpath_goroot when built with a mismatched GOR...Bryan C. Mills
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-18cmd/go: diagnose unset GOROOT when built with -trimpathBryan C. Mills
2022-03-16internal/txtar: bring back to main repo, for tests in stdRuss Cox
2022-03-04cmd/go: avoid rebuilding itself in TestMainDaniel Martí
2022-02-04cmd/go: preserve LIBRARY_PATH and C_INCLUDE_PATH for script testsBrandon Bennett
2022-02-01cmd/go: add detail to test failuresBryan C. Mills
2022-02-01cmd/go: add missing newlines in TestScript '? cmp' outputBryan C. Mills
2022-01-26cmd/go: add mv and support "! cmp" in script testsBryan C. Mills
2021-12-23cmd/go: remove MallocNanoZone environment variable workaroundCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-22cmd/go: forward the MallocNanoZone variable to script testsBryan C. Mills
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-26cmd/go: add -asan optionFannie Zhang