mirror of git://gcc.gnu.org/git/gcc.git
net: Don't run UDP multicast tests on Alpha GNU/Linux.
From Uros Bizjak. From-SVN: r184187
This commit is contained in:
parent
a6d3e197fb
commit
09578bcd52
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue