mirror of
https://github.com/golang/go
synced 2024-11-23 05:30:07 -07:00
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 <crawshaw@golang.org>
This commit is contained in:
parent
92e2252b21
commit
2fc2f8ddc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user