summaryrefslogtreecommitdiff
path: root/test/sinit_run.go
Commit message (Collapse)AuthorAgeFilesLines
* test: fix nacl buildRuss Cox2014-11-091-0/+1
| | | | | | | | | Disable linkx_run.go and sinit_run.go, because they exec subprocesses, which NaCl cannot. TBR=r CC=golang-codereviews https://codereview.appspot.com/171350043
* test: move linkx and sinit to run.goJosh Bleecher Snyder2014-11-061-0/+39
The remaining run-only tests will be migrated to run.go in another CL. This CL will break the build due to issues 8746 and 8806. Update issue 4139 Update issue 8746 Update issue 8806 LGTM=rsc R=rsc, bradfitz, iant CC=golang-codereviews https://codereview.appspot.com/144630044 Committer: Russ Cox <rsc@golang.org>