net: Don't run UDP multicast tests on Alpha GNU/Linux.
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 14 Feb 2012 00:30:12 +0000 (00:30 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 14 Feb 2012 00:30:12 +0000 (00:30 +0000)
From Uros Bizjak.

From-SVN: r184187

libgo/go/net/multicast_test.go

index bf0fe4d..f62580d 100644 (file)
@@ -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
                }
        }