@@ -21,7 +21,7 @@ var udpMultipleGroupListenerTests = []net.Addr{
2121
2222func TestUDPSinglePacketConnWithMultipleGroupListeners (t * testing.T ) {
2323 switch runtime .GOOS {
24- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
24+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
2525 t .Skipf ("not supported on %s" , runtime .GOOS )
2626 }
2727 if ! nettest .SupportsIPv6 () {
@@ -61,7 +61,7 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
6161
6262func TestUDPMultiplePacketConnWithMultipleGroupListeners (t * testing.T ) {
6363 switch runtime .GOOS {
64- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" , "zos" :
64+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" , "zos" :
6565 t .Skipf ("not supported on %s" , runtime .GOOS )
6666 }
6767 if ! nettest .SupportsIPv6 () {
@@ -116,7 +116,7 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
116116
117117func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener (t * testing.T ) {
118118 switch runtime .GOOS {
119- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
119+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
120120 t .Skipf ("not supported on %s" , runtime .GOOS )
121121 }
122122 if ! nettest .SupportsIPv6 () {
@@ -172,7 +172,7 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
172172
173173func TestIPSinglePacketConnWithSingleGroupListener (t * testing.T ) {
174174 switch runtime .GOOS {
175- case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
175+ case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "wasip1" , " windows" :
176176 t .Skipf ("not supported on %s" , runtime .GOOS )
177177 }
178178 if ! nettest .SupportsIPv6 () {
@@ -216,7 +216,7 @@ func TestIPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
216216 switch runtime .GOOS {
217217 case "darwin" , "ios" , "dragonfly" , "openbsd" : // platforms that return fe80::1%lo0: bind: can't assign requested address
218218 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" :
220220 t .Skipf ("not supported on %s" , runtime .GOOS )
221221 }
222222 if ! nettest .SupportsIPv6 () {
0 commit comments