|
|
@@ -23,8 +23,6 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
case "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
- case "dragonfly":
|
|
|
- t.Skipf("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368", runtime.GOOS)
|
|
|
}
|
|
|
if !nettest.SupportsIPv6() {
|
|
|
t.Skip("ipv6 is not supported")
|
|
|
@@ -65,8 +63,6 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
case "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
- case "dragonfly":
|
|
|
- t.Skipf("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368", runtime.GOOS)
|
|
|
}
|
|
|
if !nettest.SupportsIPv6() {
|
|
|
t.Skip("ipv6 is not supported")
|
|
|
@@ -122,8 +118,6 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
case "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
- case "dragonfly":
|
|
|
- t.Skipf("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368", runtime.GOOS)
|
|
|
}
|
|
|
if !nettest.SupportsIPv6() {
|
|
|
t.Skip("ipv6 is not supported")
|
|
|
@@ -180,8 +174,6 @@ func TestIPSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
case "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
- case "dragonfly":
|
|
|
- t.Skipf("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368", runtime.GOOS)
|
|
|
}
|
|
|
if !nettest.SupportsIPv6() {
|
|
|
t.Skip("ipv6 is not supported")
|