Skip to content

Commit 9001ca7

Browse files
tklausergopherbot
authored andcommitted
nettest: re-enable unixpacket tests on netbsd/386
The tests seem to work fine on netbsd/386 (NetBSD 9.3). This reverts CL 80755. Updates golang/go#22927 Change-Id: I480ac82b10e85aa0fc081e76fbbcbc75f3ee7d38 Reviewed-on: https://go-review.googlesource.com/c/net/+/483375 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Benny Siegert <bsiegert@gmail.com> Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent 3d5a8ee commit 9001ca7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nettest/nettest.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ func TestableNetwork(network string) bool {
126126
switch runtime.GOOS {
127127
case "aix", "android", "fuchsia", "hurd", "darwin", "ios", "js", "nacl", "plan9", "windows", "zos":
128128
return false
129-
case "netbsd":
130-
// It passes on amd64 at least. 386 fails
131-
// (Issue 22927). arm is unknown.
132-
if runtime.GOARCH == "386" {
133-
return false
134-
}
135129
}
136130
}
137131
switch ss[0] {

0 commit comments

Comments
 (0)