aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_test.go
AgeCommit message (Expand)Author
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
2020-04-10os/exec: extend grace period in TestExtraFiles to 20% of overall deadlineBryan C. Mills
2020-04-08os/exec: use subprocess deadline in TestExtraFilesIan Lance Taylor
2020-03-27os/exec: add temporary debugging code for #25628Ian Lance Taylor
2020-03-24os/exec: for TestExtraFiles failure, print readlink of unexpected fdIan Lance Taylor
2019-12-15os/exec: ignore hungup error while copying stdin on Plan 9Fazlul Shahriar
2019-11-13os/exec: skip poll descriptors when checking for open descriptorsIan Lance Taylor
2019-11-13os/exec: don't run TestExtraFiles if extra files were open for the testIan Lance Taylor
2019-10-22os/exec: skip possible netpoll pipe in known FDs in testIan Lance Taylor
2019-10-17os/exec: re-enable TestExtraFiles checks skipped on various OSesBryan C. Mills
2019-10-17os/exec: preserve the process environment when invoking TestHelperProcessBryan C. Mills