aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/os/exec/exec_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-05-20build: make nacl passRuss Cox
2014-04-22os/exec: deflake a test on LinuxBrad Fitzpatrick
2014-04-15os/exec: make TestPipeLookPathLeak more verbose when it failsBrad Fitzpatrick
2014-04-14os/exec: quiet distracting log output during testBrad Fitzpatrick
2014-04-04os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman
2014-02-03os/exec: fix Command with relative pathsBrad Fitzpatrick
2014-01-13os/exec: disable fd check in TestHelperProcess on Plan 9David du Colombier
2014-01-10os, os/exec, os/user: add support for GOOS=solarisAram Hăvărneanu
2013-12-18crypto/x509: add non-cgo darwin system anchor certsJosh Bleecher Snyder
2013-08-29os/exec: return idempotent Closer from StdinPipeAndrew Gerrand
2013-08-23os/exec: remove flaky TestExtraFilesFDShuffle testCarl Shapiro
2013-08-24os: dragonfly supportJoel Sing
2013-06-18os/exec: make exec_test.go:TestExtraFilesFDShuffle portable.Cosmos Nicolaou
2013-05-28os/exec: fix test hangDmitriy Vyukov
2013-04-30os/exec: disable TestExtraFilesFDShuffleRob Pike
2013-04-30syscall: fix a bug in the shuffling of file descriptors in StartProcess on Li...Cosmos Nicolaou
2013-03-30os/exec, syscall: fix tests to pass when GOGCTRACE=1 is setAlbert Strasheim
2013-03-18os/exec: fix fd leak with Std*Pipe + LookPathBrad Fitzpatrick
2013-02-26os/exec: Pass tests on Plan 9Akshat Kumar
2013-01-27all: make tests able to run multiple times.Rémy Oudompheng
2013-01-24all: use t.Skip{,f}Dave Cheney
2012-09-04net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process.Sébastien Paolacci
2012-08-16os/exec: disable additional file descriptor test on netbsdJoel Sing
2012-08-06net: fix TCPListener file leak to child processesBrad Fitzpatrick
2012-02-11os,syscall: fix windows buildBrad Fitzpatrick
2012-02-10os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixesBrad Fitzpatrick
2012-02-01os/exec: make sure file is not closed early in leaked fd testIan Lance Taylor
2012-01-31os/exec: TestExtraFiles - close any leaked file descriptorsJoel Sing
2011-12-21exec: disable the ExtraFiles test on darwinBrad Fitzpatrick
2011-12-21os/exec: put the print where it will helpRuss Cox
2011-12-21os/exec: dump lsof on failureRuss Cox
2011-12-22os/exec: enable inherited file descriptor testAndrew Gerrand
2011-12-20os: don't trust O_CLOEXEC on OS XBrad Fitzpatrick
2011-12-19exec: disable new test to fix buildIan Lance Taylor
2011-12-19net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptorIan Lance Taylor
2011-12-19exec: add test to verify net package's epoll fd doesn't go to childBrad Fitzpatrick
2011-12-15os/exec: fix -test.run argument for new 'go test'Russ Cox
2011-11-03os,text,unicode: renamingsRob Pike