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
2022-05-27
[release-branch.go1.17] os/exec: return clear error for missing cmd.Path
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
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-04-18
os/exec: build TestExtraFiles subprocess without cgo
Ian Lance Taylor
2020-04-10
os/exec: extend grace period in TestExtraFiles to 20% of overall deadline
Bryan C. Mills
2020-04-08
os/exec: use subprocess deadline in TestExtraFiles
Ian Lance Taylor
2020-03-27
os/exec: add temporary debugging code for #25628
Ian Lance Taylor
2020-03-24
os/exec: for TestExtraFiles failure, print readlink of unexpected fd
Ian Lance Taylor
2019-12-15
os/exec: ignore hungup error while copying stdin on Plan 9
Fazlul Shahriar
2019-11-13
os/exec: skip poll descriptors when checking for open descriptors
Ian Lance Taylor
2019-11-13
os/exec: don't run TestExtraFiles if extra files were open for the test
Ian Lance Taylor
2019-10-22
os/exec: skip possible netpoll pipe in known FDs in test
Ian Lance Taylor
2019-10-17
os/exec: re-enable TestExtraFiles checks skipped on various OSes
Bryan C. Mills
2019-10-17
os/exec: preserve the process environment when invoking TestHelperProcess
Bryan C. Mills
2019-05-22
all: shorten some tests
Russ Cox
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-29
os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.Env
Brad Fitzpatrick
2019-03-21
os/exec: add Cmd.String
Josh Bleecher Snyder
2018-11-02
internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor
Clément Chigot
2018-08-28
os/exec: pass ExitCode tests on Plan 9
Fazlul Shahriar
2018-08-28
os: add ExitCode method to ProcessState
Guoliang Wang
2018-04-17
os/exec: remove "binary" when talking about executables
Tim Cooper
2018-04-11
os: use poller when NewFile is called with a blocking descriptor.
Nick Patavalis
2018-02-15
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2018-01-10
os/exec: skip TestContextCancel on the Windows XP builder
Brad Fitzpatrick
2017-12-11
cmd/go: invalidate cached test results if env vars or files change
Russ Cox
2017-05-23
os/exec: ignore some pipe write errors on windows
Alex Brainman
2017-03-01
os: don't use waitid on Darwin
Ian Lance Taylor
2017-02-28
os/exec: remove duplicate environment variables in Cmd.Start
Brad Fitzpatrick
2017-02-24
os/exec: deflake TestPipeLookPathLeak
Michael Munday
2017-02-21
os/exec: deflake TestStdinCloseRace
Ian Lance Taylor
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2016-12-13
os/exec: fix race in TestStdinCloseRace
Ian Lance Taylor
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-11-16
os/exec: add closeOnce.WriteString method
Ian Lance Taylor
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-10-18
os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipe
Russ Cox
2016-08-16
os/exec: fix nit found by vet
Mikio Hara
2016-06-30
os/exec: start checking for context cancelation in Start
Ian Lance Taylor
2016-05-20
os/exec: remove Cmd.RunContext and Cmd.WaitContext, add CommandContext
Brad Fitzpatrick
2016-05-05
os/exec: re-enable TestExtraFiles for plan9
Richard Miller
2016-04-28
os/exec: add Cmd.RunContext and Cmd.WaitContext
Brad Fitzpatrick
2016-04-13
all: use new io.SeekFoo constants instead of os.SEEK_FOO
Brad Fitzpatrick
[next]