test/jdk/ProblemList.txt
changeset 51213 24c4780f69a5
parent 51159 3c0a5bf931e4
child 51220 23167d80e0f2
equal deleted inserted replaced
51212:a138b5fe288d 51213:24c4780f69a5
    37 # Tests that explicitly state "@run main/othervm ...", and are not listed here,
    37 # Tests that explicitly state "@run main/othervm ...", and are not listed here,
    38 #   will be run in the same batch as the samevm tests.
    38 #   will be run in the same batch as the samevm tests.
    39 #
    39 #
    40 # Shell tests are othervm by default.
    40 # Shell tests are othervm by default.
    41 #
    41 #
    42 # List items  are testnames followed by labels, all MUST BE commented
    42 # List items are testnames followed by labels, all MUST BE commented
    43 #   as to why they are here and use a label:
    43 #   as to why they are here and use a label:
    44 #     generic-all   Problems on all platforms
    44 #     generic-all   Problems on all platforms
    45 #     generic-ARCH  Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
    45 #     generic-ARCH  Where ARCH is one of: sparc, sparcv9, x64, i586, ppc64,
       
    46 #                   ppc64le, s390x etc.
    46 #     OSNAME-all    Where OSNAME is one of: solaris, linux, windows, macosx, aix
    47 #     OSNAME-all    Where OSNAME is one of: solaris, linux, windows, macosx, aix
    47 #     OSNAME-ARCH   Specific on to one OSNAME and ARCH, e.g. solaris-amd64
    48 #     OSNAME-ARCH   Specific on to one OSNAME and ARCH, e.g. solaris-amd64
    48 #     OSNAME-REV    Specific on to one OSNAME and REV, e.g. solaris-5.8
    49 #     OSNAME-REV    Specific on to one OSNAME and REV, e.g. solaris-5.8
    49 #
    50 #
    50 # More than one label is allowed but must be on the same line.
    51 # More than one label is allowed but must be on the same line comma seperated,
       
    52 # without spaces.
       
    53 # If there are several lines mentioning the same test, the last one is used.
    51 #
    54 #
    52 #############################################################################
    55 #############################################################################
    53 #
    56 #
    54 # Running the tests:
    57 # Running the tests:
    55 #    cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all
    58 #    cd test && make JT_HOME=jtreg_home PRODUCT_HOME=jdk_home jdk_all
    78 #############################################################################
    81 #############################################################################
    79 #
    82 #
    80 # Fixing the tests:
    83 # Fixing the tests:
    81 #
    84 #
    82 # Some tests just may need to be run with "othervm", and that can easily be
    85 # Some tests just may need to be run with "othervm", and that can easily be
    83 #   done my adding a @run line (or modifying any existing @run):
    86 #   done by adding a @run line (or modifying any existing @run):
    84 #      @run main/othervm NameOfMainClass
    87 #      @run main/othervm NameOfMainClass
    85 #   Make sure this @run follows any use of @library.
    88 #   Make sure this @run follows any use of @library.
    86 #   Otherwise, if the test is a samevm possibility, make sure the test is
    89 #   Otherwise, if the test is a samevm possibility, make sure the test is
    87 #     cleaning up after itself, closing all streams, deleting temp files, etc.
    90 #     cleaning up after itself, closing all streams, deleting temp files, etc.
    88 #
    91 #
   551 # jdk_net
   554 # jdk_net
   552 
   555 
   553 java/net/MulticastSocket/NoLoopbackPackets.java                 7122846 macosx-all
   556 java/net/MulticastSocket/NoLoopbackPackets.java                 7122846 macosx-all
   554 java/net/MulticastSocket/SetLoopbackMode.java                   7122846 macosx-all
   557 java/net/MulticastSocket/SetLoopbackMode.java                   7122846 macosx-all
   555 
   558 
   556 java/net/MulticastSocket/Test.java                              7145658 macosx-all
   559 java/net/MulticastSocket/Test.java                              7145658,8207404 macosx-all,aix-all
       
   560 java/net/MulticastSocket/JoinLeave.java                         8207404 aix-all
       
   561 java/net/MulticastSocket/SetGetNetworkInterfaceTest.java        8207404 aix-all
   557 
   562 
   558 java/net/DatagramSocket/SendDatagramToBadAddress.java           7143960 macosx-all
   563 java/net/DatagramSocket/SendDatagramToBadAddress.java           7143960 macosx-all
   559 
   564 
   560 ############################################################################
   565 ############################################################################
   561 
   566