Commit 09578bcd by Ian Lance Taylor

net: Don't run UDP multicast tests on Alpha GNU/Linux.

From Uros Bizjak.

From-SVN: r184187
parent a6d3e197
......@@ -33,7 +33,7 @@ func TestListenMulticastUDP(t *testing.T) {
case "netbsd", "openbsd", "plan9", "windows":
return
case "linux":
if runtime.GOARCH == "arm" {
if runtime.GOARCH == "arm" || runtime.GOARCH == "alpha" {
return
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment