@@ -21,7 +21,7 @@ var udpMultipleGroupListenerTests = []net.Addr{
21
21
22
22
func TestUDPSinglePacketConnWithMultipleGroupListeners (t * testing.T ) {
23
23
switch runtime .GOOS {
24
- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
24
+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
25
25
t .Skipf ("not supported on %s" , runtime .GOOS )
26
26
}
27
27
if ! nettest .SupportsIPv6 () {
@@ -61,7 +61,7 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
61
61
62
62
func TestUDPMultiplePacketConnWithMultipleGroupListeners (t * testing.T ) {
63
63
switch runtime .GOOS {
64
- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" , "zos" :
64
+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" , "zos" :
65
65
t .Skipf ("not supported on %s" , runtime .GOOS )
66
66
}
67
67
if ! nettest .SupportsIPv6 () {
@@ -116,7 +116,7 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
116
116
117
117
func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener (t * testing.T ) {
118
118
switch runtime .GOOS {
119
- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
119
+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
120
120
t .Skipf ("not supported on %s" , runtime .GOOS )
121
121
}
122
122
if ! nettest .SupportsIPv6 () {
@@ -172,7 +172,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
172
172
173
173
func TestIPSinglePacketConnWithSingleGroupListener (t * testing.T ) {
174
174
switch runtime .GOOS {
175
- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
175
+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
176
176
t .Skipf ("not supported on %s" , runtime .GOOS )
177
177
}
178
178
if ! nettest .SupportsIPv6 () {
@@ -216,7 +216,7 @@ func TestIPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
216
216
switch runtime .GOOS {
217
217
case "darwin" , "ios" , "dragonfly" , "openbsd" : // platforms that return fe80::1%lo0: bind: can't assign requested address
218
218
t .Skipf ("not supported on %s" , runtime .GOOS )
219
- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
219
+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
220
220
t .Skipf ("not supported on %s" , runtime .GOOS )
221
221
}
222
222
if ! nettest .SupportsIPv6 () {
0 commit comments