aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_unix_test.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-18runtime: use pipe2 syscall for Pipe in testsTobias Klauser
2019-11-12runtime: use pipe rather than note in TestSignalMIan Lance Taylor
2019-11-08runtime: add pipe/pipe2 on SolarisIan Lance Taylor
2019-11-06runtime: remove write barrier in WaitForSigusr1Austin Clements
2019-10-29runtime: unblock SIGUSR1 for TestPreemptMAustin Clements
2019-10-26runtime: add test for signalMAustin Clements
2018-10-03runtime: add AIX operating systemClément Chigot
2017-07-20runtime: use SIGKILL if SIGQUIT is blocked; skip tests that need SIGQUITAustin Clements