Skip to content

Commit

Permalink
x/tools/cmd/stress: build on Plan 9
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
0intro committed Oct 26, 2015
1 parent 0f9d71c commit 81e6679
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/stress/stress.go
Expand Up @@ -2,10 +2,6 @@
// 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 81e6679

Please sign in to comment.