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
/
os
/
exec
/
exec_posix_test.go
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-02-20
syscall: don't send child signal when testing pidfd
Ian Lance Taylor
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2022-10-13
os/exec: reduce arbitrary sleeps in TestWaitid
Bryan C. Mills
2022-10-06
os/exec: parallelize more tests
Bryan C. Mills
2022-04-26
os/exec: use a TestMain to avoid hijacking stdout for helper commands
Bryan C. Mills
2022-04-25
os/exec: in TestImplicitPWD, explicitly request the logical path
Bryan C. Mills
2022-04-21
os/exec: set PWD implicitly if Dir is non-empty and Env is nil
Bryan C. Mills
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2019-04-07
os/exec: skip unsupported test on Android
Elias Naur
2018-10-11
os: add AIX operating system
Clément Chigot
2017-03-01
os: don't use waitid on Darwin
Ian Lance Taylor
2017-02-17
syscall: only call setgroups if we need to
Wander Lairson Costa