We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b9a32 commit c6a2dadCopy full SHA for c6a2dad
src/net/udpsock_test.go
@@ -633,7 +633,9 @@ func TestIPv6WriteMsgUDPAddrPortTargetAddrIPVersion(t *testing.T) {
633
}
634
635
switch runtime.GOOS {
636
- case "openbsd":
+ case "dragonfly", "openbsd":
637
+ // DragonflyBSD's IPv6 sockets are always IPv6-only, according to the man page:
638
+ // https://www.dragonflybsd.org/cgi/web-man?command=ip6 (search for IPV6_V6ONLY).
639
// OpenBSD's IPv6 sockets are always IPv6-only, according to the man page:
640
// https://man.openbsd.org/ip6#IPV6_V6ONLY
641
t.Skipf("skipping on %v", runtime.GOOS)
0 commit comments