aboutsummaryrefslogtreecommitdiff
path: root/test/sigchld.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2018-05-31test: remove rundircmpout and cmpout actionsYury Smolsky
2014-01-29test: skip SIGCHLD test on Plan 9David du Colombier
2013-06-04undo CL 10017045 / 6ec8c49421a0Brad Fitzpatrick
2013-06-04test: do not run SIGCHLD test on Plan 9Anthony Martin
2013-01-28test: add support for build tags.Rémy Oudompheng
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
2012-02-24test/[n-z]*.go: add documentationRob Pike
2012-01-18test: split golden.out into expected output per testIan Lance Taylor
2011-09-27test: fix windows buildRuss Cox
2011-09-26test: disable sigchld test on WindowsRuss Cox
2010-12-15remove naclRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2010-07-28test/sigchld.go: use syscall.Kill instead of a combinationVinu Rajashekhar
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox
2009-06-01update Go tree to use new syscall package.Russ Cox
2008-12-03preparation for exec.Russ Cox