From 81e6679d083a03ea6b14d8132080e7a15c7672f4 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 26 Oct 2015 21:54:52 +0100 Subject: [PATCH] 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 Run-TryBot: David du Colombier <0intro@gmail.com> --- cmd/stress/stress.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/stress/stress.go b/cmd/stress/stress.go index e0ff6b4c..f02fa2a7 100644 --- a/cmd/stress/stress.go +++ b/cmd/stress/stress.go @@ -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: