aboutsummaryrefslogtreecommitdiff
path: root/src/internal/testenv/exec.go
AgeCommit message (Expand)Author
2025-07-20internal/testenv: exclude GOMAXPROCS when building test programfix-runtime-test-GOMAXPROCSShulhan
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-09-03internal/testenv: add missing t.Helper callsKir Kolyshkin
2024-09-03internal/testenv: add ExecutableKir Kolyshkin
2024-08-30internal/testenv: MustHaveExec: use sync.OnceValueKir Kolyshkin
2023-10-27internal/testenv: use cmd.Environ in CleanCmdEnvCherry Mui
2023-07-12all: fix typos and remove repeated wordsDan Kortschak
2023-05-05internal/testenv: reduce init-time work for MustHaveExecBryan C. Mills
2023-05-04internal/testenv: remove HasExec and simplify other support checks againBryan 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
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