]> Cypherpunks repositories - gostls13.git/commitdiff
test: don't run fixedbugs/issue11656.go on netbsd/386
authorIan Lance Taylor <iant@golang.org>
Tue, 28 Jul 2015 15:33:24 +0000 (08:33 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 28 Jul 2015 16:36:46 +0000 (16:36 +0000)
The netbsd/386 builder reports a failure at
http://build.golang.org/log/c21c45a4fc6f4845868aa3ebde0f5bb3f167f3a3

I'm assuming that this is similar to the unknown openbsd failure.

Update #11910.

Change-Id: I9cdfefa23dc7cda3849f14814b3ce531f1d39e93
Reviewed-on: https://go-review.googlesource.com/12777
Reviewed-by: David Crawshaw <crawshaw@golang.org>
test/fixedbugs/issue11656.go

index ef0f469530bb25fcec306030b72d977fe9138133..c4cfe1d259e139511971d75df50debc04952421f 100644 (file)
@@ -8,8 +8,9 @@
 // it manages to invoke the signal handler, so this test fails there.
 // +build !darwin !386
 //
-// openbsd/386 and plan9/386 don't work, not sure why.
+// openbsd/386, netbsd/386, and plan9/386 don't work, not sure why.
 // +build !openbsd !386
+// +build !netbsd !386
 // +build !plan9 !386
 //
 // windows doesn't work, because Windows exception handling