]> Cypherpunks repositories - gostls13.git/commitdiff
undo CL 10017045 / 6ec8c49421a0
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Jun 2013 04:51:22 +0000 (21:51 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Jun 2013 04:51:22 +0000 (21:51 -0700)
It was never tested and also breaks Windows.

run.go doesn't yet support the proper !windows,!plan9 syntax.

««« original CL description
test: do not run SIGCHLD test on Plan 9

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/10017045
»»»

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/10024044

test/sigchld.go

index 9024f39956adc4a07f98cae102552ba8c62d2527..a60d28deaab3b049ee5e7fb2adacab8d2ce09fb2 100644 (file)
@@ -1,4 +1,4 @@
-// +build !windows !plan9
+// +build !windows
 // cmpout
 
 // Copyright 2009 The Go Authors. All rights reserved.