func TestEPIPE(t *testing.T) { … }
func TestStdPipe(t *testing.T) { … }
func testClosedPipeRace(t *testing.T, read bool) { … }
func TestClosedPipeRaceRead(t *testing.T) { … }
func TestClosedPipeRaceWrite(t *testing.T) { … }
func TestReadNonblockingFd(t *testing.T) { … }
func TestCloseWithBlockingReadByNewFile(t *testing.T) { … }
func TestCloseWithBlockingReadByFd(t *testing.T) { … }
func testCloseWithBlockingRead(t *testing.T, r, w *os.File) { … }
func TestPipeEOF(t *testing.T) { … }
func testPipeEOF(t *testing.T, r io.ReadCloser, w io.WriteCloser) { … }
func TestFdRace(t *testing.T) { … }
func TestFdReadRace(t *testing.T) { … }