summaryrefslogtreecommitdiff
path: root/src/syscall/syscall_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* syscall: remove TestRlimitIan Lance Taylor2022-03-041-27/+0
* syscall: use RLIMIT_CPU instead of RLIMIT_NOFILETamir Duberstein2022-02-091-17/+4
* syscall: fix finalizer fd close bugs in TestFcntlFlock and TestPassFDMichael Anthony Knyszek2021-11-021-4/+16
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* syscall: don't defer close raw Socketpair fds in testsTobias Klauser2021-04-141-2/+0
* syscall: replace os.MkdirTemp with T.TempDirianwoolf2021-04-071-10/+2
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-4/+3
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+1
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-061-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-3/+3
* syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwinCholerae Hu2020-08-171-7/+7
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-1/+1
* syscall: treat ENFILE as a temporary errorLorenz Bauer2019-10-301-0/+6
* syscall: move helper handler before AIX handler in TestPassFDClément Chigot2019-04-161-5/+5
* syscall: add aix to syscall_unix_test.goClément Chigot2019-04-121-1/+22
* syscall: allow empty string argument to SetsockoptStringTobias Klauser2019-04-051-0/+8
* syscall: implement syscalls on Darwin using libSystemKeith Randall2018-11-071-8/+10
* syscall: add missing err check in testTobias Klauser2017-11-291-0/+3
* syscall: make TestFcntlFlock more robustMostyn Bramley-Moore2017-04-171-2/+6
* syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solarisMikio Hara2016-10-031-6/+0
* syscall: re-enable TestPassFD on dragonflyMikio Hara2016-10-011-3/+0
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-2/+3
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-5/+4
* syscall: don't run fcntl child process test on iOSBrad Fitzpatrick2015-05-151-0/+3
* syscall: add test for Flock_t roundtripShenghou Ma2015-05-151-12/+47
* syscall: skip fork test on darwin/arm64David Crawshaw2015-04-121-1/+2
* syscall: exclude Go tool test on darwin/armDavid Crawshaw2015-02-261-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+314