aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/exec_posix_test.go
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-02-20syscall: don't send child signal when testing pidfdIan Lance Taylor
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2022-10-13os/exec: reduce arbitrary sleeps in TestWaitidBryan C. Mills
2022-10-06os/exec: parallelize more testsBryan C. Mills
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2022-04-25os/exec: in TestImplicitPWD, explicitly request the logical pathBryan C. Mills
2022-04-21os/exec: set PWD implicitly if Dir is non-empty and Env is nilBryan C. Mills
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-04-07os/exec: skip unsupported test on AndroidElias Naur
2018-10-11os: add AIX operating systemClément Chigot
2017-03-01os: don't use waitid on DarwinIan Lance Taylor
2017-02-17syscall: only call setgroups if we need toWander Lairson Costa