@@ -23,8 +23,6 @@ func TestUDPSinglePacketConnWithMultipleGroupListeners(t *testing.T) {
23
23
switch runtime .GOOS {
24
24
case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
25
25
t .Skipf ("not supported on %s" , runtime .GOOS )
26
- case "dragonfly" :
27
- t .Skipf ("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368" , runtime .GOOS )
28
26
}
29
27
if ! nettest .SupportsIPv6 () {
30
28
t .Skip ("ipv6 is not supported" )
@@ -65,8 +63,6 @@ func TestUDPMultiplePacketConnWithMultipleGroupListeners(t *testing.T) {
65
63
switch runtime .GOOS {
66
64
case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
67
65
t .Skipf ("not supported on %s" , runtime .GOOS )
68
- case "dragonfly" :
69
- t .Skipf ("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368" , runtime .GOOS )
70
66
}
71
67
if ! nettest .SupportsIPv6 () {
72
68
t .Skip ("ipv6 is not supported" )
@@ -122,8 +118,6 @@ func TestUDPPerInterfaceSinglePacketConnWithSingleGroupListener(t *testing.T) {
122
118
switch runtime .GOOS {
123
119
case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
124
120
t .Skipf ("not supported on %s" , runtime .GOOS )
125
- case "dragonfly" :
126
- t .Skipf ("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368" , runtime .GOOS )
127
121
}
128
122
if ! nettest .SupportsIPv6 () {
129
123
t .Skip ("ipv6 is not supported" )
@@ -180,8 +174,6 @@ func TestIPSinglePacketConnWithSingleGroupListener(t *testing.T) {
180
174
switch runtime .GOOS {
181
175
case "fuchsia" , "hurd" , "js" , "nacl" , "plan9" , "windows" :
182
176
t .Skipf ("not supported on %s" , runtime .GOOS )
183
- case "dragonfly" :
184
- t .Skipf ("skipping on %s until CL 202317 is vendored into std; see golang.org/issue/34368" , runtime .GOOS )
185
177
}
186
178
if ! nettest .SupportsIPv6 () {
187
179
t .Skip ("ipv6 is not supported" )
0 commit comments