Skip to content

Commit

Permalink
x/tools/cmd/stress: don't build for Plan 9 (syscall.SIGABRT not defined)
Browse files Browse the repository at this point in the history
See golang/go#11975.
For golang/go#11811.

Change-Id: I56ee20cd798bf963afdf3c81c4745f07850f6dcc
Reviewed-on: https://go-review.googlesource.com/13034
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
griesemer committed Jul 31, 2015
1 parent 32dcbb4 commit 5a6a7b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/stress/stress.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a6a7b4

Please sign in to comment.