diff -r b257e2c3bc8d -r 0a7a0a6dfa22 test/jdk/ProblemList.txt --- a/test/jdk/ProblemList.txt Thu Jul 26 09:30:58 2018 -0700 +++ b/test/jdk/ProblemList.txt Thu Jul 26 10:00:40 2018 -0700 @@ -39,15 +39,18 @@ # # Shell tests are othervm by default. # -# List items are testnames followed by labels, all MUST BE commented +# List items are testnames followed by labels, all MUST BE commented # as to why they are here and use a label: # generic-all Problems on all platforms -# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc. +# generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, ppc64, +# ppc64le, s390x etc. # OSNAME-all Where OSNAME is one of: solaris, linux, windows, macosx, aix # OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-amd64 # OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8 # -# More than one label is allowed but must be on the same line. +# More than one label is allowed but must be on the same line comma seperated, +# without spaces. +# If there are several lines mentioning the same test, the last one is used. # ############################################################################# # @@ -80,7 +83,7 @@ # Fixing the tests: # # Some tests just may need to be run with "othervm", and that can easily be -# done my adding a @run line (or modifying any existing @run): +# done by adding a @run line (or modifying any existing @run): # @run main/othervm NameOfMainClass # Make sure this @run follows any use of @library. # Otherwise, if the test is a samevm possibility, make sure the test is @@ -550,7 +553,9 @@ java/net/MulticastSocket/NoLoopbackPackets.java 7122846 macosx-all java/net/MulticastSocket/SetLoopbackMode.java 7122846 macosx-all -java/net/MulticastSocket/Test.java 7145658 macosx-all +java/net/MulticastSocket/Test.java 7145658,8207404 macosx-all,aix-all +java/net/MulticastSocket/JoinLeave.java 8207404 aix-all +java/net/MulticastSocket/SetGetNetworkInterfaceTest.java 8207404 aix-all java/net/DatagramSocket/SendDatagramToBadAddress.java 7143960 macosx-all @@ -563,6 +568,7 @@ java/nio/channels/DatagramChannel/ChangingAddress.java 7141822 macosx-all java/nio/channels/Selector/Wakeup.java 6963118 windows-all +java/nio/channels/Selector/RacyDeregister.java 8201765 windows-all java/nio/file/WatchService/Basic.java 7158947 solaris-all Solaris 11 java/nio/file/WatchService/MayFlies.java 7158947 solaris-all Solaris 11 @@ -587,11 +593,15 @@ java/rmi/registry/readTest/CodebaseTest.java 8173324 windows-all -java/rmi/activation/ActivationSystem/modifyDescriptor/ModifyDescriptor.java 8206865 generic-all -java/rmi/activation/Activatable/restartService/RestartService.java 8206865 generic-all -java/rmi/activation/Activatable/restartCrashedService/RestartCrashedService.java 8206865 generic-all -java/rmi/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java 8206865 generic-all -java/rmi/activation/Activatable/checkRegisterInLog/CheckRegisterInLog.java 8206865 generic-all +############################################################################ + +# jdk_sctp + +com/sun/nio/sctp/SctpMultiChannel/SendFailed.java 8141694 linux-all + +com/sun/nio/sctp/SctpMultiChannel/SocketOptionTests.java 8141694 linux-all + +com/sun/nio/sctp/SctpChannel/SocketOptionTests.java 8141694 linux-all ############################################################################ @@ -816,7 +826,6 @@ # core_tools tools/pack200/CommandLineTests.java 8059906 generic-all -tools/jimage/JImageListTest.java 8206445 windows-all ############################################################################