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
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
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-10-22
os/exec: make Cmd.Output include stderr in ExitError
Brad Fitzpatrick
2015-07-22
os/exec: close read pipe if copy to io.Writer fails
Russ Cox
2015-07-14
os/exec: ignore pipe write errors when command completes successfully
Brad Fitzpatrick
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-04-13
os/exec: skip fork test on darwin/arm64
David Crawshaw
2015-03-25
os/exec: post-process lsof output on Android.
Hyang-Ah (Hana) Kim
2015-02-26
os/exec: disable tests on darwin/arm
David Crawshaw
[prev]
[next]