index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
syscall_unix_test.go
Age
Commit message (
Expand
)
Author
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-04
syscall: remove TestRlimit
Ian Lance Taylor
2022-02-09
syscall: use RLIMIT_CPU instead of RLIMIT_NOFILE
Tamir Duberstein
2021-11-02
syscall: fix finalizer fd close bugs in TestFcntlFlock and TestPassFD
Michael Anthony Knyszek
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-04-14
syscall: don't defer close raw Socketpair fds in tests
Tobias Klauser
2021-04-07
syscall: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-06
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-08-17
syscall: cap RLIMIT_NOFILE soft limit in TestRlimit on darwin
Cholerae Hu
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-10-30
syscall: treat ENFILE as a temporary error
Lorenz Bauer
2019-04-16
syscall: move helper handler before AIX handler in TestPassFD
Clément Chigot
2019-04-12
syscall: add aix to syscall_unix_test.go
Clément Chigot
2019-04-05
syscall: allow empty string argument to SetsockoptString
Tobias Klauser
2018-11-07
syscall: implement syscalls on Darwin using libSystem
Keith Randall
2017-11-29
syscall: add missing err check in test
Tobias Klauser
2017-04-17
syscall: make TestFcntlFlock more robust
Mostyn Bramley-Moore
2016-10-03
syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris
Mikio Hara
2016-10-01
syscall: re-enable TestPassFD on dragonfly
Mikio Hara
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-05-15
syscall: don't run fcntl child process test on iOS
Brad Fitzpatrick
2015-05-15
syscall: add test for Flock_t roundtrip
Shenghou Ma
2015-04-12
syscall: skip fork test on darwin/arm64
David Crawshaw
2015-02-26
syscall: exclude Go tool test on darwin/arm
David Crawshaw
2014-09-08
build: move package sources from src/pkg to src
Russ Cox