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

Unified Diff: src/pkg/net/multicast_test.go

Issue 13421049: code review 13421049: net: make all.bat run for ordinary Windows users (Closed)
Patch Set: diff -r c2779374f662 https://code.google.com/p/go/ Created 11 years, 6 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 | « src/pkg/net/ipraw_test.go ('k') | src/pkg/net/packetconn_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/net/multicast_test.go
===================================================================
--- a/src/pkg/net/multicast_test.go
+++ b/src/pkg/net/multicast_test.go
@@ -25,6 +25,10 @@
// port.
func TestIPv4MulticastListener(t *testing.T) {
switch runtime.GOOS {
+ case "windows":
+ if testing.Short() || !*testExternal {
+ t.Skipf("skipping test on %q to avoid network firewall", runtime.GOOS)
+ }
case "plan9":
t.Skipf("skipping test on %q", runtime.GOOS)
}
« no previous file with comments | « src/pkg/net/ipraw_test.go ('k') | src/pkg/net/packetconn_test.go » ('j') | no next file with comments »

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