hotspot/test/TEST.groups
changeset 20718 c4a5c7c1f6c9
parent 20388 2cf7b26682dc
child 20735 7a50168793a7
equal deleted inserted replaced
20717:a33b21b2ab65 20718:c4a5c7c1f6c9
    25 #
    25 #
    26 # These groups define the tests that cover the different possible runtimes:
    26 # These groups define the tests that cover the different possible runtimes:
    27 # - compact1, compact2, compact3, full JRE, JDK
    27 # - compact1, compact2, compact3, full JRE, JDK
    28 #
    28 #
    29 # In addition they support testing of the minimal VM on compact1 and compact2.
    29 # In addition they support testing of the minimal VM on compact1 and compact2.
    30 # Essentially this defines groups based around the specified API's and VM 
    30 # Essentially this defines groups based around the specified API's and VM
    31 # services available in the runtime.
    31 # services available in the runtime.
    32 #
    32 #
    33 # The groups are defined hierarchically in two forms:
    33 # The groups are defined hierarchically in two forms:
    34 # - The need_xxx groups list all the tests that have a dependency on
    34 # - The need_xxx groups list all the tests that have a dependency on
    35 # a specific profile. This is either because it tests a feature in
    35 # a specific profile. This is either because it tests a feature in
    42 #
    42 #
    43 # The bottom group defines all the actual tests to be considered, simply
    43 # The bottom group defines all the actual tests to be considered, simply
    44 # by listing the top-level test directories.
    44 # by listing the top-level test directories.
    45 #
    45 #
    46 # To use a group simply list it on the jtreg command line eg:
    46 # To use a group simply list it on the jtreg command line eg:
    47 #   jtreg :jdk    
    47 #   jtreg :jdk
    48 # runs all tests. While
    48 # runs all tests. While
    49 #   jtreg :compact2  
    49 #   jtreg :compact2
    50 # runs those tests that only require compact1 and compact2 API's.
    50 # runs those tests that only require compact1 and compact2 API's.
    51 #
    51 #
    52 
    52 
    53 # Full JDK can run all tests
    53 # Full JDK can run all tests
    54 #
    54 #
    67   runtime/6819213/TestBootNativeLibraryPath.java \
    67   runtime/6819213/TestBootNativeLibraryPath.java \
    68   runtime/6925573/SortMethodsTest.java \
    68   runtime/6925573/SortMethodsTest.java \
    69   runtime/7107135/Test7107135.sh \
    69   runtime/7107135/Test7107135.sh \
    70   runtime/7158988/FieldMonitor.java \
    70   runtime/7158988/FieldMonitor.java \
    71   runtime/7194254/Test7194254.java \
    71   runtime/7194254/Test7194254.java \
       
    72   runtime/8026365/InvokeSpecialAnonTest.java \
    72   runtime/jsig/Test8017498.sh \
    73   runtime/jsig/Test8017498.sh \
    73   runtime/Metaspace/FragmentMetaspace.java \
    74   runtime/Metaspace/FragmentMetaspace.java \
    74   runtime/NMT/BaselineWithParameter.java \
    75   runtime/NMT/BaselineWithParameter.java \
    75   runtime/NMT/JcmdScale.java \
    76   runtime/NMT/JcmdScale.java \
    76   runtime/NMT/JcmdWithNMTDisabled.java \
    77   runtime/NMT/JcmdWithNMTDisabled.java \
   138  -:needs_compact3 \
   139  -:needs_compact3 \
   139  -:needs_jre \
   140  -:needs_jre \
   140  -:needs_jdk
   141  -:needs_jdk
   141 
   142 
   142 # Tests that require compact2 API's and a full VM
   143 # Tests that require compact2 API's and a full VM
   143 #  
   144 #
   144 needs_full_vm_compact2 =
   145 needs_full_vm_compact2 =
   145 
   146 
   146 # Compact 1 adds full VM tests
   147 # Compact 1 adds full VM tests
   147 #
   148 #
   148 compact1 = \
   149 compact1 = \