The approach seems okay until the test infrastructure is fixed to ignore the problematic interfaces. Would you mind listing the DatagramChannel tests with the other DatagramChannel tests that are already excluded so they aren't in random order.

-Alan


On 23/03/2020 13:22, Daniel Fuchs wrote:
Hi,

Please find below a changeset for:

8241443: Problem list some java.net tests failing with
         NoRouteToHostException on macOS with special
         network configuration

We are observing some net/nio tests failing on some of our mac
machines. While we investigate the issue we would like to
problem list those tests for macosx-all:

best regards,

-- daniel

diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt
--- a/test/jdk/ProblemList.txt
+++ b/test/jdk/ProblemList.txt
@@ -614,6 +614,11 @@

 # jdk_net

+java/net/Socket/LinkLocal.java 8241336 macosx-all
+java/net/MulticastSocket/SetOutgoingIf.java 8241336 macosx-all
+java/net/MulticastSocket/Promiscuous.java 8241336 macosx-all
+java/net/InetAddress/CheckJNI.java 8241336 macosx-all
+
 java/net/MulticastSocket/NoLoopbackPackets.java 7122846 macosx-all
 java/net/MulticastSocket/SetLoopbackMode.java 7122846 macosx-all

@@ -630,6 +635,9 @@

 # jdk_nio

+java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java 8241336 macosx-all +java/nio/channels/DatagramChannel/AdaptorMulticasting.java 8241336 macosx-all
+
 java/nio/Buffer/EqualsCompareTest.java 8193917 solaris-all

 java/nio/channels/DatagramChannel/ChangingAddress.java 7141822 macosx-all

Reply via email to