aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_test.go
AgeCommit message (Expand)Author
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
2019-05-22all: shorten some testsRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-29os/exec: always set SYSTEMROOT on Windows if not listed in Cmd.EnvBrad Fitzpatrick
2019-03-21os/exec: add Cmd.StringJosh Bleecher Snyder
2018-11-02internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptorClément Chigot
2018-08-28os/exec: pass ExitCode tests on Plan 9Fazlul Shahriar
2018-08-28os: add ExitCode method to ProcessStateGuoliang Wang
2018-04-17os/exec: remove "binary" when talking about executablesTim Cooper
2018-04-11os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2018-01-10os/exec: skip TestContextCancel on the Windows XP builderBrad Fitzpatrick
2017-12-11cmd/go: invalidate cached test results if env vars or files changeRuss Cox
2017-05-23os/exec: ignore some pipe write errors on windowsAlex Brainman
2017-03-01os: don't use waitid on DarwinIan Lance Taylor
2017-02-28os/exec: remove duplicate environment variables in Cmd.StartBrad Fitzpatrick
2017-02-24os/exec: deflake TestPipeLookPathLeakMichael Munday
2017-02-21os/exec: deflake TestStdinCloseRaceIan Lance Taylor
2017-02-15os: use poller for file I/OIan Lance Taylor
2016-12-13os/exec: fix race in TestStdinCloseRaceIan Lance Taylor
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-11-16os/exec: add closeOnce.WriteString methodIan Lance Taylor
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-10-18os/exec: allow simultaneous cmd.Wait and Write of cmd.StdinPipeRuss Cox
2016-08-16os/exec: fix nit found by vetMikio Hara
2016-06-30os/exec: start checking for context cancelation in StartIan Lance Taylor
2016-05-20os/exec: remove Cmd.RunContext and Cmd.WaitContext, add CommandContextBrad Fitzpatrick
2016-05-05os/exec: re-enable TestExtraFiles for plan9Richard Miller
2016-04-28os/exec: add Cmd.RunContext and Cmd.WaitContextBrad Fitzpatrick
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-10-22os/exec: make Cmd.Output include stderr in ExitErrorBrad Fitzpatrick
2015-07-22os/exec: close read pipe if copy to io.Writer failsRuss Cox
2015-07-14os/exec: ignore pipe write errors when command completes successfullyBrad Fitzpatrick
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-13os/exec: skip fork test on darwin/arm64David Crawshaw
2015-03-25os/exec: post-process lsof output on Android.Hyang-Ah (Hana) Kim