aboutsummaryrefslogtreecommitdiff
path: root/src/internal/testenv
AgeCommit message (Expand)Author
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14Revert: "cmd/link: add option to enable full RELRO for ELF"Than McIntosh
2024-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-01-25internal/testenv: support the LUCI mobile builders in testsMichael Anthony Knyszek
2024-01-25internal/testenv: allow "-noopt" anywhere in builder name in testMichael Anthony Knyszek
2023-10-27internal/testenv: use cmd.Environ in CleanCmdEnvCherry Mui
2023-08-05internal/testenv: replace “go run.” with “go run”. in commentsJes Cok
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-05-19cmd/dist: refine test conditions and enable more cgo tests on Android, iOSAustin Clements
2023-05-05internal/testenv: reduce init-time work for MustHaveExecBryan C. Mills
2023-05-04testenv: allow HasGoBuild to be false on -noopt buildersBryan C. Mills
2023-05-04internal/testenv: remove HasExec and simplify other support checks againBryan C. Mills
2023-05-02internal/testenv: probe for symlink on wasip1Johan Brandhorst-Satzkorn
2023-04-28internal/testenv: allow 'go build' on android when supportedBryan C. Mills
2023-04-24internal/testenv: actually try to exec on ios and wasmBryan C. Mills
2023-04-22internal/testenv: in HasExec, try to actually exec on ios and wasm platformsBryan C. Mills
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-03-16syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupportedTobias Klauser
2023-03-15internal/testenv, syscall: move isNotSupported to internal/testenvTobias Klauser
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-03-01internal/testenv: use 'go env CGO_ENABLED' instead of a build constraintBryan C. Mills
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-11-01internal/testenv: adjust timeout calculations in CommandContextBryan C. Mills
2022-11-01internal/testenv: move helpers related to os/exec to a separate fileBryan C. Mills
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-10-31internal/testenv: add CommandContext and CommandBryan C. Mills
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-08-17internal/testenv: add a test for the GoTool functionBryan C. Mills
2022-08-17all: use "noopt" build tag for checking optimization disabledCuong Manh Le
2022-08-09internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le
2022-06-21runtime: convert flaky semaphore linearity test into benchmarkMichael Anthony Knyszek
2022-06-13sync: move lock linearity test and treat it like a performance testMichael Anthony Knyszek
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-12-12testenv: kill subprocess if SIGQUIT doesn't do itAustin Clements
2021-12-12testenv: abstract run-with-timeout into testenvAustin Clements
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-28cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-10-09Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills