summaryrefslogtreecommitdiff
path: root/src/os/signal/signal_cgo_test.go
Commit message (Expand)AuthorAgeFilesLines
* internal/testpty: move from os/signal/internal/ptyAustin Clements2022-11-161-3/+3
* os/signal: pass *int32 to ioctl that expects pid_tIan Lance Taylor2022-10-171-5/+5
* os/signal: add missing newlines to TestTerminalSignalMichael Pratt2022-10-141-3/+3
* os/signal: rewrite TestTerminalSignal without bashMichael Pratt2022-10-141-140/+251
* os/signal: disable GNU readline to deflake TestTerminalSignalZeke Lu2022-09-281-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-2/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+2
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-081-22/+22
* syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor2020-05-011-1/+1
* Revert "syscall: use Ctty before fd shuffle"Damien Neil2019-06-271-11/+0
* syscall: use Ctty before fd shuffleGreg Thelen2019-05-301-0/+11
* os/signal: wait for goroutine in TestTerminalSignalIan Lance Taylor2018-10-171-0/+5
* os/signal: disable loading of history during testAndrey Mirtchovski2018-03-051-0/+2
* os/signal: skip TestTerminalSignal if posix_openpt fails with EACCESMichael Hudson-Doyle2018-01-311-0/+4
* os/signal: don't run TestTerminalSignal on AndroidIan Lance Taylor2017-11-231-1/+3
* os/signal: fix t.Fatal that should be t.FatalfIan Lance Taylor2017-11-221-1/+1
* os/signal: don't run TestTerminalSignal on SolarisIan Lance Taylor2017-11-221-1/+3
* os/signal: make TestTerminalSignal more reliableIan Lance Taylor2017-11-221-11/+90
* internal/poll: loop on EINTR in Read on DarwinIan Lance Taylor2017-11-221-0/+145