index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
testenv
/
exec.go
Age
Commit message (
Expand
)
Author
19 hours
internal/testenv: exclude GOMAXPROCS when building test program
Shulhan
2024-09-03
math,os,os/*: use testenv.Executable
Kir Kolyshkin
2024-09-03
internal/testenv: add missing t.Helper calls
Kir Kolyshkin
2024-09-03
internal/testenv: add Executable
Kir Kolyshkin
2024-08-30
internal/testenv: MustHaveExec: use sync.OnceValue
Kir Kolyshkin
2023-10-27
internal/testenv: use cmd.Environ in CleanCmdEnv
Cherry Mui
2023-07-12
all: fix typos and remove repeated words
Dan Kortschak
2023-05-05
internal/testenv: reduce init-time work for MustHaveExec
Bryan C. Mills
2023-05-04
internal/testenv: remove HasExec and simplify other support checks again
Bryan C. Mills
2023-04-24
internal/testenv: actually try to exec on ios and wasm
Bryan C. Mills
2023-04-22
internal/testenv: in HasExec, try to actually exec on ios and wasm platforms
Bryan C. Mills
2023-04-07
internal: add wasip1 support
Johan Brandhorst-Satzkorn
2022-11-01
internal/testenv: adjust timeout calculations in CommandContext
Bryan C. Mills
2022-11-01
internal/testenv: move helpers related to os/exec to a separate file
Bryan C. Mills