summaryrefslogtreecommitdiff
path: root/src/pkg/os/exec/exec_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-726/+0
* build: make nacl passRuss Cox2014-05-201-11/+14
* os/exec: deflake a test on LinuxBrad Fitzpatrick2014-04-221-4/+15
* os/exec: make TestPipeLookPathLeak more verbose when it failsBrad Fitzpatrick2014-04-151-6/+6
* os/exec: quiet distracting log output during testBrad Fitzpatrick2014-04-141-4/+9
* os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman2014-04-041-0/+18
* os/exec: fix Command with relative pathsBrad Fitzpatrick2014-02-031-0/+27
* os/exec: disable fd check in TestHelperProcess on Plan 9David du Colombier2014-01-131-1/+14
* os, os/exec, os/user: add support for GOOS=solarisAram H?v?rneanu2014-01-101-0/+4
* crypto/x509: add non-cgo darwin system anchor certsJosh Bleecher Snyder2013-12-181-12/+16
* os/exec: return idempotent Closer from StdinPipeAndrew Gerrand2013-08-291-0/+39
* os/exec: remove flaky TestExtraFilesFDShuffle testCarl Shapiro2013-08-231-0/+1
* os: dragonfly supportJoel Sing2013-08-241-1/+4
* os/exec: make exec_test.go:TestExtraFilesFDShuffle portable.Cosmos Nicolaou2013-06-181-7/+22
* os/exec: fix test hangDmitriy Vyukov2013-05-281-7/+5
* os/exec: disable TestExtraFilesFDShuffleRob Pike2013-04-301-0/+2
* syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...Cosmos Nicolaou2013-04-301-0/+127
* os/exec, syscall: fix tests to pass when GOGCTRACE=1 is setAlbert Strasheim2013-03-301-1/+1
* os/exec: fix fd leak with Std*Pipe + LookPathBrad Fitzpatrick2013-03-181-0/+27
* os/exec: Pass tests on Plan 9Akshat Kumar2013-02-261-10/+34
* all: make tests able to run multiple times.R?my Oudompheng2013-01-271-4/+9
* all: use t.Skip{,f}Dave Cheney2013-01-241-4/+2
* net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process.S?bastien Paolacci2012-09-041-0/+12
* os/exec: disable additional file descriptor test on netbsdJoel Sing2012-08-161-0/+5
* net: fix TCPListener file leak to child processesBrad Fitzpatrick2012-08-061-0/+60
* os,syscall: fix windows buildBrad Fitzpatrick2012-02-111-3/+2
* os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixesBrad Fitzpatrick2012-02-101-1/+1
* os/exec: make sure file is not closed early in leaked fd testIan Lance Taylor2012-02-011-0/+6
* os/exec: TestExtraFiles - close any leaked file descriptorsJoel Sing2012-01-311-1/+18
* exec: disable the ExtraFiles test on darwinBrad Fitzpatrick2011-12-211-15/+33
* os/exec: put the print where it will helpRuss Cox2011-12-211-1/+1
* os/exec: dump lsof on failureRuss Cox2011-12-211-0/+1
* os/exec: enable inherited file descriptor testAndrew Gerrand2011-12-221-7/+0
* os: don't trust O_CLOEXEC on OS XBrad Fitzpatrick2011-12-201-2/+3
* exec: disable new test to fix buildIan Lance Taylor2011-12-191-0/+6
* net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptorIan Lance Taylor2011-12-191-6/+0
* exec: add test to verify net package's epoll fd doesn't go to childBrad Fitzpatrick2011-12-191-1/+34
* os/exec: fix -test.run argument for new 'go test'Russ Cox2011-12-151-1/+1
* os,text,unicode: renamingsRob Pike2011-11-031-0/+257