summaryrefslogtreecommitdiff
path: root/src/os/exec/exec_test.go
Commit message (Expand)AuthorAgeFilesLines
* os/exec: add closeOnce.WriteString methodIan Lance Taylor2016-11-161-0/+26
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-151-1/+1
* os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipeRuss Cox2016-10-181-0/+20
* os/exec: fix nit found by vetMikio Hara2016-08-161-1/+1
* os/exec: start checking for context cancelation in StartIan Lance Taylor2016-06-301-0/+70
* os/exec: remove Cmd.RunContext and Cmd.WaitContext, add CommandContextBrad Fitzpatrick2016-05-201-5/+13
* os/exec: re-enable TestExtraFiles for plan9Richard Miller2016-05-051-4/+0
* os/exec: add Cmd.RunContext and Cmd.WaitContextBrad Fitzpatrick2016-04-281-0/+39
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* os/exec: make Cmd.Output include stderr in ExitErrorBrad Fitzpatrick2015-10-221-0/+19
* os/exec: close read pipe if copy to io.Writer failsRuss Cox2015-07-221-0/+30
* os/exec: ignore pipe write errors when command completes successfullyBrad Fitzpatrick2015-07-141-0/+21
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-7/+7
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-14/+7
* os/exec: skip fork test on darwin/arm64David Crawshaw2015-04-131-9/+10
* os/exec: post-process lsof output on Android.Hyang-Ah (Hana) Kim2015-03-251-0/+45
* os/exec: disable tests on darwin/armDavid Crawshaw2015-02-261-2/+11
* os/exec: tell lsof not to blockKeith Randall2014-11-051-1/+1
* os/exec: fix number of expected file descriptors on Plan 9David du Colombier2014-10-201-9/+1
* net: separate NaCl dependent placeholders from BSD'sMikio Hara2014-09-181-2/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+726