aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix_test.go
AgeCommit message (Expand)Author
2024-03-22syscall: export Tc{get,set}pgrp for testingJoel Sing
2023-10-03syscall: return pointer from test function OrigRlimitNofileIan Lance Taylor
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-06-05syscall: don't panic when argv is nil on freebsdRoland Shoemaker
2023-03-15syscall: restore original NOFILE rlimit in child processIan Lance Taylor
2023-02-21syscall: introduce IoctlPtr for exec_unix testsDmitri Goutnik
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-11-02syscall: remove GOMAXPROCS change in TestExecHelperMichael Anthony Knyszek
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-27syscall: move TestForegroundSignal create call out of goroutineIan Lance Taylor
2021-04-27syscall: restore signal mask after setting foreground process groupIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-11-13syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing
2020-10-17syscall: use MustHaveExec in TestExecIan Lance Taylor
2020-10-15runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor
2020-05-01syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor
2018-10-10syscall: add AIX operating systemClément Chigot
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-03-24runtime, syscall: fix Solaris exec testsAram Hăvărneanu
2015-03-23syscall: disable test that forks on darwin/armDavid Crawshaw
2015-03-23syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis