aboutsummaryrefslogtreecommitdiff
path: root/src/internal/testenv
AgeCommit message (Expand)Author
2025-07-23internal/testenv: exclude GOMAXPROCS when building test programfix-runtime-test-GOMAXPROCS.mailedShulhan
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2024-09-13internal/testenv: add MustHaveSource, rm HasSrcKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-09-03internal/testenv: add missing t.Helper callsKir Kolyshkin
2024-09-03internal/testenv: use sync.OnceValues for hasSymlinkKir Kolyshkin
2024-09-03internal/testenv: add ExecutableKir Kolyshkin
2024-08-30internal/testenv: simplify hasSymlink for windowsKir Kolyshkin
2024-08-30internal/testenv: use sync.OnceValue[s]Kir Kolyshkin
2024-08-30internal/testenv: MustHaveExec: use sync.OnceValueKir Kolyshkin
2024-05-03hash/maphash: parallel run testqiulaidongfeng
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