summaryrefslogtreecommitdiff
path: root/src/cmd/go/script_test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: declare net hosts in script testsBryan C. Mills2023-04-241-2/+6
* Revert "internal/fsys: follow root symlink in fsys.Walk"Bryan Mills2023-01-131-0/+1
* cmd/go: reroute vcs-test.golang.org HTTPS requests to the test-local serverBryan C. Mills2022-10-251-4/+18
* cmd/go: redirect vcs-test.golang.org repo URLs to a test-local serverBryan C. Mills2022-10-251-0/+13
* cmd/go/internal/script: remove special-case escaping logic for $WORKBryan C. Mills2022-10-241-4/+2
* cmd/go: extract the TestScript engine into a standalone packageBryan C. Mills2022-10-241-1528/+124
* cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh2022-10-041-2/+2
* cmd/go: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefixcuiweixie2022-09-291-4/+2
* cmd/go: support new hybrid coverage instrumentationThan McIntosh2022-09-281-0/+1
* cmd/go: add hook to check for GOEXPERIMENT in script testsThan McIntosh2022-09-281-0/+28
* all: replace [0-9] with \d in regexpsTomCao New Macbook Pro2022-09-271-1/+1
* cmd/go/internal/work: make NewBuilder safe for concurrent and repeated useBryan C. Mills2022-08-241-0/+5
* cmd/go: avoid registering AtExit handlers in testsBryan C. Mills2022-08-241-3/+1
* cmd/go: avoid passing testing.T to isCaseSensitive and goVersionBryan C. Mills2022-08-181-11/+21
* cmd/go: run tests when cmd/go is cross-compiledBryan C. Mills2022-08-181-3/+18
* cmd/go: avoid setting variables for '/' and ':' in TestScript subprocess envi...Bryan C. Mills2022-07-081-13/+6
* cmd/go: add a 'sleep' command for script testsBryan C. Mills2022-06-301-0/+16
* cmd/go: pass GOEXPERIMENT through to subtestsRuss Cox2022-06-161-0/+1
* cmd/go: enable module index by defaultMichael Matloob2022-06-081-1/+0
* cmd/go: changes to use modindexMichael Matloob2022-06-031-0/+1
* cmd/go: set GIT_TRACE_CURL for tests on buildersBryan C. Mills2022-06-011-0/+8
* cmd/go: add timestamps to script test outputBryan C. Mills2022-05-111-1/+4
* cmd/go: fix TestScript/build_trimpath_goroot when built with a mismatched GOR...Bryan C. Mills2022-04-121-1/+3
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-1/+3
* cmd/go: diagnose unset GOROOT when built with -trimpathBryan C. Mills2022-03-181-0/+12
* internal/txtar: bring back to main repo, for tests in stdRuss Cox2022-03-161-2/+1
* cmd/go: avoid rebuilding itself in TestMainDaniel Martí2022-03-041-0/+1
* cmd/go: preserve LIBRARY_PATH and C_INCLUDE_PATH for script testsBrandon Bennett2022-02-041-0/+2
* cmd/go: add detail to test failuresBryan C. Mills2022-02-011-1/+1
* cmd/go: add missing newlines in TestScript '? cmp' outputBryan C. Mills2022-02-011-2/+2
* cmd/go: add mv and support "! cmp" in script testsBryan C. Mills2022-01-261-19/+38
* cmd/go: remove MallocNanoZone environment variable workaroundCherry Mui2021-12-231-1/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go: forward the MallocNanoZone variable to script testsBryan C. Mills2021-11-221-0/+1
* cmd/go: consolidate fuzz-support checksBryan C. Mills2021-10-281-0/+4
* cmd/go: add -asan optionFannie Zhang2021-10-261-0/+2
* cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod2021-10-141-0/+78
* cmd/go: use os.ErrProcessDone rather than matching error stringIan Lance Taylor2021-10-051-1/+1
* cmd: update x/tools and remove copy of txtarJay Conrod2021-08-161-1/+2
* cmd: support space and quotes in CC and CXXJay Conrod2021-08-161-0/+1
* cmd/go: add -testsum flag to update go.sum in script testsJay Conrod2021-08-131-0/+81
* cmd/go: fix a portability issue in the cd script commandManlio Perillo2021-05-141-1/+1
* cmd/dist,cmd/go: set GOTRACEBACK to "system" for testingMichael Anthony Knyszek2021-05-041-1/+1
* cmd/go: drop GOEXPERIMENT in script testsAustin Clements2021-04-191-2/+0
* internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox2021-04-161-2/+2
* cmd/go: in TestScript, set GOTRACEBACK and use SIGQUIT to terminate hung subp...Bryan C. Mills2021-04-091-13/+2
* cmd/internal/objabi: make GOEXPERIMENT be a diff from default experimentsAustin Clements2021-04-081-1/+1
* cmd/go: bail out from script tests earlier when a timeout occursBryan C. Mills2021-03-161-61/+71
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-12/+11