aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-09 21:10:49 -0500
committerRuss Cox <rsc@golang.org>2014-11-09 21:10:49 -0500
commitc99616fc6795123ec1a6b4d742099789865bd939 (patch)
tree665d9f682d632b01070444ea13875dcf69edfa11
parenta697c4b439852821aa7bb0e179b64b66e9f9f812 (diff)
downloadgo-c99616fc6795123ec1a6b4d742099789865bd939.tar.gz
go-c99616fc6795123ec1a6b4d742099789865bd939.zip
test: fix nacl build
Disable linkx_run.go and sinit_run.go, because they exec subprocesses, which NaCl cannot. TBR=r CC=golang-codereviews https://golang.org/cl/171350043
-rw-r--r--test/linkx_run.go1
-rw-r--r--test/sinit_run.go1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/linkx_run.go b/test/linkx_run.go
index abfc342a6c..5b67ce7d3d 100644
--- a/test/linkx_run.go
+++ b/test/linkx_run.go
@@ -1,3 +1,4 @@
+// +build !nacl
// run
// Copyright 2014 The Go Authors. All rights reserved.
diff --git a/test/sinit_run.go b/test/sinit_run.go
index a21bd1077d..b0a91ce5b1 100644
--- a/test/sinit_run.go
+++ b/test/sinit_run.go
@@ -1,3 +1,4 @@
+// +build !nacl
// run
// Copyright 2014 The Go Authors. All rights reserved.