@@ -23,7 +23,7 @@ var udpMultipleGroupListenerTests = []net.Addr{
23
23
24
24
func TestUDPSinglePacketConnWithMultipleGroupListeners (t * testing.T ) {
25
25
switch runtime .GOOS {
26
- case "plan9" , "solaris" , "windows" :
26
+ case "nacl" , " plan9" , "solaris" , "windows" :
27
27
t .Skipf ("not supported on %q" , runtime .GOOS )
28
28
}
29
29
if ! supportsIPv6 {
@@ -63,7 +63,7 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
63
63
64
64
func TestUDPMultiplePacketConnWithMultipleGroupListeners (t * testing.T ) {
65
65
switch runtime .GOOS {
66
- case "plan9" , "solaris" , "windows" :
66
+ case "nacl" , " plan9" , "solaris" , "windows" :
67
67
t .Skipf ("not supported on %q" , runtime .GOOS )
68
68
}
69
69
if ! supportsIPv6 {
@@ -115,7 +115,7 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
115
115
116
116
func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener (t * testing.T ) {
117
117
switch runtime .GOOS {
118
- case "plan9" , "solaris" , "windows" :
118
+ case "nacl" , " plan9" , "solaris" , "windows" :
119
119
t .Skipf ("not supported on %q" , runtime .GOOS )
120
120
}
121
121
if ! supportsIPv6 {
@@ -158,7 +158,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
158
158
159
159
func TestIPSinglePacketConnWithSingleGroupListener (t * testing.T ) {
160
160
switch runtime .GOOS {
161
- case "plan9" , "solaris" , "windows" :
161
+ case "nacl" , " plan9" , "solaris" , "windows" :
162
162
t .Skipf ("not supported on %q" , runtime .GOOS )
163
163
}
164
164
if ! supportsIPv6 {
@@ -200,7 +200,7 @@ func TestIPSinglePacketConnWithSingleGroupListener(t *testing.T) {
200
200
201
201
func TestIPPerInterfaceSinglePacketConnWithSingleGroupListener (t * testing.T ) {
202
202
switch runtime .GOOS {
203
- case "darwin" , "dragonfly" , "plan9" , "solaris" , "windows" :
203
+ case "darwin" , "dragonfly" , "nacl" , " plan9" , "solaris" , "windows" :
204
204
t .Skipf ("not supported on %q" , runtime .GOOS )
205
205
}
206
206
if ! supportsIPv6 {
0 commit comments