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_test.go
Age
Commit message (
Expand
)
Author
33 hours
os/exec: use argv() to avoid panic inside of Cmd.String()
Neal Patel
2026-01-12
os/exec_test: fix test on Plan 9
Ori Bernstein
2025-12-22
os/exec: second call to Cmd.Start is always an error
Alan Donovan
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-09-03
math,os,os/*: use testenv.Executable
Kir Kolyshkin
2024-07-07
os/exec: only use cachedLookExtensions if Cmd.Path is unmodified
Dmitri Shuralyov
2024-06-07
os/exec: on Windows look for extensions in Run if not already done
qiulaidongfeng
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-04
os/exec: remove unnecessary fmt.Sprintf call
guoguangwu
2024-02-26
std: fix more nilness findings
Alan Donovan
2023-09-13
os/exec: avoid writing to Cmd.Path in Cmd.Start on Windows
Bryan C. Mills
2023-09-13
os/exec: simplify Windows-specific tests
Bryan C. Mills
2023-07-11
os/exec: ignore context.Canceled errors in TestConcurrentExec
Bryan C. Mills
2023-07-10
syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...
Bryan C. Mills
2023-03-02
cmd/link/internal/ld: move more of mustLinkExternal into internal/platform
Bryan C. Mills
2023-02-28
all: fix typos
pgxiaolianzi
2023-02-21
os: use testenv.Command instead of exec.Command in tests
cui fliter
2023-01-10
os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt
Bryan C. Mills
2022-11-11
os/exec: fix TestWaitInterrupt/WaitDelay error message
scott
2022-11-04
os/exec: allow NUL in environment variables on Plan 9
Matthew Dempsky
2022-11-03
os/exec: allow open descriptors to be closed during TestPipeLookPathLeak
Bryan C. Mills
2022-11-01
syscall, os/exec: reject environment variables containing NULs
Damien Neil
2022-10-25
os/exec: add the Cancel and WaitDelay fields
Bryan C. Mills
2022-10-13
os/exec: set traceback to "system" in TestContextCancel
Bryan C. Mills
2022-10-11
os/exec: remove protection against a duplicate Close on StdinPipe
Bryan C. Mills
2022-10-06
os/exec: parallelize more tests
Bryan C. Mills
2022-10-06
os/exec: delete TestExtraFilesFDShuffle
Bryan C. Mills
2022-10-04
os/exec: add a GODEBUG setting to diagnose leaked processes
Bryan C. Mills
2022-09-29
os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpen
Bryan C. Mills
2022-09-29
os/exec: do not close pipes on a double-Start error
Bryan C. Mills
2022-09-07
os: use strings.Builder
cuiweixie
2022-05-10
os/exec: eliminate some arbitrary short timeouts
Bryan C. Mills
2022-05-10
os/exec: return clear error for missing cmd.Path
Russ Cox
2022-04-26
os/exec: use a TestMain to avoid hijacking stdout for helper commands
Bryan C. Mills
2022-04-21
os/exec: set PWD implicitly if Dir is non-empty and Env is nil
Bryan C. Mills
2021-12-17
os/exec: skip TestContextCancel on netbsd/arm64
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-02
os/exec: in TestContextCancel, dump goroutines on failure
Bryan C. Mills
2021-11-16
os/exec: avoid NewFile on unknown FDs
Michael Pratt
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-03-24
os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffle
Tobias Klauser
2021-03-23
os/exec: simplify TestContextCancel
Shuhei Takahashi
2021-03-22
os/exec: avoid flaky Wait in TestContextCancel
Shuhei Takahashi
2021-03-01
os: mark pipes returned by os.Pipe() as inheritable by default
Jason A. Donenfeld
2020-12-09
all: update to use os.ReadDir where appropriate
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-30
os/exec: constrain thread usage in leaked descriptor test on illumos
Joshua M. Clulow
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
[next]