aboutsummaryrefslogtreecommitdiff
path: root/src/os/fifo_test.go
AgeCommit message (Expand)Author
2024-03-19os: kick FIFOs with O_NONBLOCK out of the kqueue on Darwin/iOSAndy Pan
2024-03-11os: close pipe in testguoguangwu
2023-05-17os: if descriptor is non-blocking, retain that in Fd methodIan Lance Taylor
2023-04-19os: check for ErrNotExist instead of ErrExist in TestNonPollableBryan C. Mills
2023-04-18runtime: add and use pollDesc fd sequence fieldIan Lance Taylor
2023-01-19os: deflake TestPipeEOF and TestFifoEOFBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-06-24os: enable TestFifoEOF on openbsdsiddharth
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-06-14os: skip TestFifoEOF on androidTobias Klauser
2018-06-13os: don't poll fifos on DarwinIan Lance Taylor