From: Ian Lance Taylor Date: Tue, 28 Jul 2015 15:33:24 +0000 (-0700) Subject: test: don't run fixedbugs/issue11656.go on netbsd/386 X-Git-Tag: go1.5beta3~25 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2fc2f8ddc2b7b8cdbd9fb00adb662a3847a0b859;p=gostls13.git test: don't run fixedbugs/issue11656.go on netbsd/386 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 --- diff --git a/test/fixedbugs/issue11656.go b/test/fixedbugs/issue11656.go index ef0f469530..c4cfe1d259 100644 --- a/test/fixedbugs/issue11656.go +++ b/test/fixedbugs/issue11656.go @@ -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