aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_unix_test.go
AgeCommit message (Expand)Author
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-10-30syscall: treat ENFILE as a temporary errorLorenz Bauer
2019-04-16syscall: move helper handler before AIX handler in TestPassFDClément Chigot
2019-04-12syscall: add aix to syscall_unix_test.goClément Chigot
2019-04-05syscall: allow empty string argument to SetsockoptStringTobias Klauser
2018-11-07syscall: implement syscalls on Darwin using libSystemKeith Randall
2017-11-29syscall: add missing err check in testTobias Klauser
2017-04-17syscall: make TestFcntlFlock more robustMostyn Bramley-Moore
2016-10-03syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara
2016-10-01syscall: re-enable TestPassFD on dragonflyMikio Hara
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
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-05-15syscall: don't run fcntl child process test on iOSBrad Fitzpatrick
2015-05-15syscall: add test for Flock_t roundtripShenghou Ma
2015-04-12syscall: skip fork test on darwin/arm64David Crawshaw
2015-02-26syscall: exclude Go tool test on darwin/armDavid Crawshaw
2014-09-08build: move package sources from src/pkg to srcRuss Cox