diff --git a/test/fixedbugs/issue11656.go b/test/fixedbugs/issue11656.go index ef0f469530b..c4cfe1d259e 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