|
|
@@ -21,7 +21,7 @@ var udpMultipleGroupListenerTests = []net.Addr{
|
|
|
|
|
|
func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "js", "nacl", "plan9", "windows":
|
|
|
+ case "aix", "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -61,7 +61,7 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
|
|
|
func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "js", "nacl", "plan9", "windows":
|
|
|
+ case "aix", "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -116,7 +116,7 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
|
|
|
func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "js", "nacl", "plan9", "windows":
|
|
|
+ case "aix", "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -172,7 +172,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
|
|
|
func TestIPSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "js", "nacl", "plan9", "windows":
|
|
|
+ case "aix", "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -216,7 +216,7 @@ func TestIPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
case "darwin", "dragonfly", "openbsd": // platforms that return fe80::1%lo0: bind: can't assign requested address
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
- case "js", "nacl", "plan9", "windows":
|
|
|
+ case "aix", "fuchsia", "hurd", "js", "nacl", "plan9", "windows":
|
|
|
t.Skipf("not supported on %s", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|