summaryrefslogtreecommitdiff
path: root/src/syscall/exec_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* syscall: remove GOMAXPROCS change in TestExecHelperMichael Anthony Knyszek2021-11-021-2/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* syscall: move TestForegroundSignal create call out of goroutineIan Lance Taylor2021-04-271-5/+24
* syscall: restore signal mask after setting foreground process groupIan Lance Taylor2021-04-271-1/+40
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: use correct type for TIOCSPGRP/TIOCGPGRPJoel Sing2020-11-131-1/+3
* syscall: use MustHaveExec in TestExecIan Lance Taylor2020-10-171-0/+1
* runtime: stop preemption during syscall.Exec on DarwinIan Lance Taylor2020-10-151-0/+45
* syscall: if Setctty, require that Ctty be a child descriptorIan Lance Taylor2020-05-011-0/+28
* syscall: add AIX operating systemClément Chigot2018-10-101-1/+1
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-4/+3
* runtime, syscall: fix Solaris exec testsAram Hăvărneanu2015-03-241-12/+3
* syscall: disable test that forks on darwin/armDavid Crawshaw2015-03-231-2/+10
* syscall: Add Foreground and Pgid to SysProcAttrMichael MacInnis2015-03-231-0/+217