x/tools/cmd/stress: build on Plan 9

Fixes golang/go#11975.

Change-Id: Icfbf3015031824481b351ac78be5917ee5d20e8e
Reviewed-on: https://go-review.googlesource.com/16306
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: David du Colombier <0intro@gmail.com>
This commit is contained in:
David du Colombier 2015-10-26 21:54:52 +01:00
parent 0f9d71c428
commit 81e6679d08
1 changed files with 0 additions and 4 deletions

View File

@ -2,10 +2,6 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // 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. // The stress utility is intended for catching of episodic failures.
// It runs a given process in parallel in a loop and collects any failures. // It runs a given process in parallel in a loop and collects any failures.
// Usage: // Usage: