Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(363)

Unified Diff: ipv6/multicast_test.go

Issue 91770049: code review 91770049: go.net/ipv6: add support for dragonfly (Closed)
Patch Set: diff -r c74c376caac2 https://code.google.com/p/go.net Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipv6/icmp_test.go ('k') | ipv6/multicastlistener_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipv6/multicast_test.go
===================================================================
--- a/ipv6/multicast_test.go
+++ b/ipv6/multicast_test.go
@@ -19,7 +19,7 @@
case "freebsd": // due to a bug on loopback marking
// See http://www.freebsd.org/cgi/query-pr.cgi?pr=180065.
t.Skipf("not supported on %q", runtime.GOOS)
- case "dragonfly", "plan9", "solaris", "windows":
+ case "plan9", "solaris", "windows":
t.Skipf("not supported on %q", runtime.GOOS)
}
if !supportsIPv6 {
@@ -97,7 +97,7 @@
func TestPacketConnReadWriteMulticastICMP(t *testing.T) {
switch runtime.GOOS {
- case "dragonfly", "plan9", "solaris", "windows":
+ case "plan9", "solaris", "windows":
t.Skipf("not supported on %q", runtime.GOOS)
}
if !supportsIPv6 {
« no previous file with comments | « ipv6/icmp_test.go ('k') | ipv6/multicastlistener_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b