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:
parent
0f9d71c428
commit
81e6679d08
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue