aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/go_test.go
AgeCommit message (Expand)Author
2021-05-05cmd/go: skip TestExecInDeletedDir on aix and solaris-based platformsBryan C. Mills
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-04-08cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATHAustin Clements
2021-02-16[dev.regabi] cmd/go: copy internal/abi in TestNewReleaseRebuildsStalePackages...Cherry Zhang
2021-01-11cmd/go: fix non-script staleness checks interacting badly with GOFLAGSJakub Warczarek
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2020-12-10cmd/go: encode backslash and newline in response filesJeremy Faller
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02cmd/go: fix TestNewReleaseRebuildsStalePackagesInGOPATHRuss Cox
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-11-10cmd/go: introduce the GOVERSION env variableDaniel Martí
2020-11-09cmd/go: add GOVCS setting to control version control usageRuss Cox
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-11-02cmd/link: avoid exporting all symbols on windows buildmode=pieQuim Muntal
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
2020-10-28cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-20cmd/go: add BuildID to list -json -exportDaniel Martí
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
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-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-17cmd/go: convert TestCaseCollisions to the script frameworkMichael Matloob
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-04cmd/dist: remove darwin/386, darwin/arm as valid portsBrad Fitzpatrick
2020-03-27cmd/go: avoid needing to manipulate ImportStack when constructing errorMichael Matloob
2020-03-27cmd/go/internal/work: disallow testgo binary from installing to GOROOTBryan C. Mills
2020-03-17cmd/go: replace TestCgoDependsOnSyscall with a simpler script testBryan C. Mills
2020-03-13cmd/go: check for 'svn' binary in PATH in TestAccidentalGitCheckoutzikaeroh
2020-03-10debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman
2020-03-04cmd/go: invalidate cached test results when the -timeout flag changesBryan C. Mills
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2020-02-27cmd/go: roll forward "convert TestShadowingLogic to the script framework"Michael Matloob
2020-02-27cmd/go: convert testCDAndGOPATHAreDifferent to the script frameworkMichael Matloob
2020-02-27cmd/go: convert TestLinkXImportPathEscape to the script frameworkMichael Matloob
2020-02-27cmd/go: convert TestGoBuildGOPATHOrder to the script frameworkMichael Matloob
2020-02-27cmd/go: convert more tests to the script frameworkMichael Matloob
2020-02-27cmd/go: convert TestGoTestRaceInstallsCgo to script frameworkMichael Matloob
2020-02-27cmd/go: convert TestGoBuildARM to the script frameworkMichael Matloob
2020-02-27cmd/go: convert TestGoTestBuildsAnXtestContainingOnly... to the script frameworkMichael Matloob
2020-02-27cmd/go: convert TestPackageNotStaleWithTrailingSlash to script frameworkMichael Matloob
2020-02-20cmd/go: convert TestExecutableGOROOT to the script frameworkMichael Matloob
2020-02-20cmd/go: in tests, add sync before closing file in copyFile helperMichael Matloob
2020-02-20Revert "cmd/go: convert TestShadowingLogic to the script framework"Michael Matloob
2020-02-19cmd/go: convert TestShadowingLogic to the script frameworkMichael Matloob
2020-02-19cmd/go: convert TestRelativeGOBINFail to script frameworkMichael Matloob
2020-02-19cmd/go: convert TestBuildDryRunWithCgo to the script frameworkMichael Matloob