net: Don't run UDP multicast tests on Alpha GNU/Linux.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 2012 00:30:12 +0000 (00:30 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Feb 2012 00:30:12 +0000 (00:30 +0000)
From Uros Bizjak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184187 138bc75d-0d04-0410-961f-82ee72b054a4

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
                }
        }