< prev index next >

test/jdk/java/nio/channels/DatagramChannel/Promiscuous.java

Print this page
rev 59105 : imported patch corelibs

@@ -221,10 +221,10 @@
                                          .collect(Collectors.toList())) {
             InetAddress source = config.ip4Addresses(nif).iterator().next();
             test(INET, nif, ip4Group1, ip4Group2);
 
             // Solaris and Linux allow IPv6 sockets join IPv4 multicast groups
-            if (os.equals("SunOS") || os.equals("Linux"))
+            if (os.equals("Linux"))
                 test(UNSPEC, nif, ip4Group1, ip4Group2);
         }
     }
 }
< prev index next >