aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2015-09-01 22:26:16 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-09-01 22:26:16 +0000
commit49f37c7f19230cea020977f5ff4e4472bcaee50e (patch)
treeb1be991a8ce484d33aab0cf9ca3c22712857de5b
parente11ec8ef289e592b3d5702a5368e4fd1659f1138 (diff)
parent5a6a7b4d4072b8742ae111275d27779f79c533e0 (diff)
downloadtools-49f37c7f19230cea020977f5ff4e4472bcaee50e.tar.gz
x/tools/cmd/stress: don\'t build for Plan 9 (syscall.SIGABRT not defined)
automerge: 5a6a7b4 * commit '5a6a7b4d4072b8742ae111275d27779f79c533e0': x/tools/cmd/stress: don't build for Plan 9 (syscall.SIGABRT not defined)
-rw-r--r--cmd/stress/stress.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/stress/stress.go b/cmd/stress/stress.go
index f02fa2a..e0ff6b4 100644
--- a/cmd/stress/stress.go
+++ b/cmd/stress/stress.go
@@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// TODO: syscall.SIGABRT is not defined for Plan 9 (issue #11975)
+
+// +build !plan9
+
// The stress utility is intended for catching of episodic failures.
// It runs a given process in parallel in a loop and collects any failures.
// Usage: