aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_test.go
AgeCommit message (Expand)Author
2025-12-22os/exec: second call to Cmd.Start is always an errorAlan Donovan
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-07-07os/exec: only use cachedLookExtensions if Cmd.Path is unmodifiedDmitri Shuralyov
2024-06-07os/exec: on Windows look for extensions in Run if not already doneqiulaidongfeng
2024-03-26all: fix a large number of commentscui fliter
2024-03-04os/exec: remove unnecessary fmt.Sprintf callguoguangwu
2024-02-26std: fix more nilness findingsAlan Donovan
2023-09-13os/exec: avoid writing to Cmd.Path in Cmd.Start on WindowsBryan C. Mills
2023-09-13os/exec: simplify Windows-specific testsBryan C. Mills
2023-07-11os/exec: ignore context.Canceled errors in TestConcurrentExecBryan C. Mills
2023-07-10syscall: serialize locks on ForkLock on platforms where forkExecPipe is not a...Bryan C. Mills
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-02-28all: fix typospgxiaolianzi
2023-02-21os: use testenv.Command instead of exec.Command in testscui fliter
2023-01-10os/exec: avoid leaking an exec.Cmd in TestWaitInterruptBryan C. Mills
2022-11-11os/exec: fix TestWaitInterrupt/WaitDelay error messagescott
2022-11-04os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky
2022-11-03os/exec: allow open descriptors to be closed during TestPipeLookPathLeakBryan C. Mills
2022-11-01syscall, os/exec: reject environment variables containing NULsDamien Neil
2022-10-25os/exec: add the Cancel and WaitDelay fieldsBryan C. Mills
2022-10-13os/exec: set traceback to "system" in TestContextCancelBryan C. Mills
2022-10-11os/exec: remove protection against a duplicate Close on StdinPipeBryan C. Mills
2022-10-06os/exec: parallelize more testsBryan C. Mills
2022-10-06os/exec: delete TestExtraFilesFDShuffleBryan C. Mills
2022-10-04os/exec: add a GODEBUG setting to diagnose leaked processesBryan C. Mills
2022-09-29os/exec: avoid leaking a process in TestDoubleStartLeavesPipesOpenBryan C. Mills
2022-09-29os/exec: do not close pipes on a double-Start errorBryan C. Mills
2022-09-07os: use strings.Buildercuiweixie
2022-05-10os/exec: eliminate some arbitrary short timeoutsBryan C. Mills
2022-05-10os/exec: return clear error for missing cmd.PathRuss Cox
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2021-12-17os/exec: skip TestContextCancel on netbsd/arm64Bryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-02os/exec: in TestContextCancel, dump goroutines on failureBryan C. Mills
2021-11-16os/exec: avoid NewFile on unknown FDsMichael Pratt
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-03-24os/exec: use testenv.SkipFlaky in TestExtraFilesFDShuffleTobias Klauser
2021-03-23os/exec: simplify TestContextCancelShuhei Takahashi
2021-03-22os/exec: avoid flaky Wait in TestContextCancelShuhei Takahashi
2021-03-01os: mark pipes returned by os.Pipe() as inheritable by defaultJason A. Donenfeld
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-30os/exec: constrain thread usage in leaked descriptor test on illumosJoshua M. Clulow
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-04-18os/exec: build TestExtraFiles subprocess without cgoIan Lance Taylor