|
|
@@ -23,7 +23,7 @@ var udpMultipleGroupListenerTests = []net.Addr{
|
|
|
|
|
|
func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "plan9", "solaris", "windows":
|
|
|
+ case "nacl", "plan9", "solaris", "windows":
|
|
|
t.Skipf("not supported on %q", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -63,7 +63,7 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
|
|
|
func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "plan9", "solaris", "windows":
|
|
|
+ case "nacl", "plan9", "solaris", "windows":
|
|
|
t.Skipf("not supported on %q", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -115,7 +115,7 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
|
|
|
|
|
|
func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "plan9", "solaris", "windows":
|
|
|
+ case "nacl", "plan9", "solaris", "windows":
|
|
|
t.Skipf("not supported on %q", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -158,7 +158,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
|
|
|
func TestIPSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "plan9", "solaris", "windows":
|
|
|
+ case "nacl", "plan9", "solaris", "windows":
|
|
|
t.Skipf("not supported on %q", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|
|
|
@@ -200,7 +200,7 @@ func TestIPSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
|
|
|
func TestIPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
|
|
|
switch runtime.GOOS {
|
|
|
- case "darwin", "dragonfly", "plan9", "solaris", "windows":
|
|
|
+ case "darwin", "dragonfly", "nacl", "plan9", "solaris", "windows":
|
|
|
t.Skipf("not supported on %q", runtime.GOOS)
|
|
|
}
|
|
|
if !supportsIPv6 {
|