test/hotspot/jtreg/TEST.groups
changeset 49052 75f4ad82866c
parent 48138 78b2ecdd3c4b
child 49330 e5ba028ee3f1
child 56276 ee5e58456be5
equal deleted inserted replaced
49051:f05f4b5cea20 49052:75f4ad82866c
    52  -:hotspot_serviceability
    52  -:hotspot_serviceability
    53 
    53 
    54 hotspot_native_sanity = \
    54 hotspot_native_sanity = \
    55   native_sanity
    55   native_sanity
    56 
    56 
    57 hotspot_tier1_common = \
    57 tier1_common = \
    58   sanity/BasicVMTest.java \
    58   sanity/BasicVMTest.java \
    59   gtest/GTestWrapper.java
    59   gtest/GTestWrapper.java
    60 
    60 
    61 hotspot_tier1_compiler_1 = \
    61 tier1_compiler = \
       
    62   :tier1_compiler_1 \
       
    63   :tier1_compiler_2 \
       
    64   :tier1_compiler_3
       
    65 
       
    66 tier1_compiler_1 = \
    62   compiler/aot/ \
    67   compiler/aot/ \
    63   compiler/arraycopy/ \
    68   compiler/arraycopy/ \
    64   compiler/c1/ \
    69   compiler/c1/ \
    65   compiler/c2/ \
    70   compiler/c2/ \
    66   -compiler/c2/Test6850611.java \
    71   -compiler/c2/Test6850611.java \
    72   -compiler/c2/stemmer \
    77   -compiler/c2/stemmer \
    73   -compiler/c2/Test6792161.java \
    78   -compiler/c2/Test6792161.java \
    74   -compiler/c2/Test6603011.java \
    79   -compiler/c2/Test6603011.java \
    75   -compiler/c2/Test6912517.java \
    80   -compiler/c2/Test6912517.java \
    76 
    81 
    77 hotspot_tier1_compiler_2 = \
    82 tier1_compiler_2 = \
    78   compiler/classUnloading/ \
    83   compiler/classUnloading/ \
    79   compiler/codecache/ \
    84   compiler/codecache/ \
    80   compiler/codegen/ \
    85   compiler/codegen/ \
    81   compiler/cpuflags/ \
    86   compiler/cpuflags/ \
    82   compiler/dependencies/ \
    87   compiler/dependencies/ \
    91   compiler/jvmci/ \
    96   compiler/jvmci/ \
    92   -compiler/codegen/aes \
    97   -compiler/codegen/aes \
    93   -compiler/codecache/stress \
    98   -compiler/codecache/stress \
    94   -compiler/gcbarriers/PreserveFPRegistersTest.java
    99   -compiler/gcbarriers/PreserveFPRegistersTest.java
    95 
   100 
    96 hotspot_tier1_compiler_3 = \
   101 tier1_compiler_3 = \
    97   compiler/intrinsics/ \
   102   compiler/intrinsics/ \
    98   compiler/jsr292/ \
   103   compiler/jsr292/ \
    99   compiler/loopopts/ \
   104   compiler/loopopts/ \
   100   compiler/macronodes/ \
   105   compiler/macronodes/ \
   101   compiler/memoryinitialization/ \
   106   compiler/memoryinitialization/ \
   114   -compiler/loopopts/Test7052494.java \
   119   -compiler/loopopts/Test7052494.java \
   115   -compiler/runtime/Test6826736.java
   120   -compiler/runtime/Test6826736.java
   116 
   121 
   117 hotspot_not_fast_compiler = \
   122 hotspot_not_fast_compiler = \
   118   :hotspot_compiler \
   123   :hotspot_compiler \
   119   -:hotspot_tier1_compiler_1 \
   124   -:tier1_compiler_1 \
   120   -:hotspot_tier1_compiler_2 \
   125   -:tier1_compiler_2 \
   121   -:hotspot_tier1_compiler_3 \
   126   -:tier1_compiler_3 \
   122 
   127 
   123 hotspot_tier1_gc_1 = \
   128 tier1_gc = \
       
   129   :tier1_gc_1 \
       
   130   :tier1_gc_2 \
       
   131   :tier1_gc_gcold \
       
   132   :tier1_gc_gcbasher 
       
   133 
       
   134 tier1_gc_1 = \
   124   gc/g1/
   135   gc/g1/
   125 
   136 
   126 hotspot_tier1_gc_2 = \
   137 tier1_gc_2 = \
   127   sanity/ExecuteInternalVMTests.java \
   138   sanity/ExecuteInternalVMTests.java \
   128   gc/ \
   139   gc/ \
   129   -gc/g1/ \
   140   -gc/g1/ \
   130   -gc/logging/TestUnifiedLoggingSwitchStress.java \
   141   -gc/logging/TestUnifiedLoggingSwitchStress.java \
   131   -gc/stress \
   142   -gc/stress \
   132   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
   143   -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
   133   -gc/cms/TestMBeanCMS.java \
   144   -gc/cms/TestMBeanCMS.java \
   134   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
   145   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
   135 
   146 
   136 hotspot_tier1_gc_gcold = \
   147 tier1_gc_gcold = \
   137   gc/stress/gcold/TestGCOldWithG1.java
   148   gc/stress/gcold/TestGCOldWithG1.java
   138   gc/stress/gcold/TestGCOldWithCMS.java
   149   gc/stress/gcold/TestGCOldWithCMS.java
   139   gc/stress/gcold/TestGCOldWithSerial.java
   150   gc/stress/gcold/TestGCOldWithSerial.java
   140   gc/stress/gcold/TestGCOldWithParallel.java
   151   gc/stress/gcold/TestGCOldWithParallel.java
   141 
   152 
   142 hotspot_tier1_gc_gcbasher = \
   153 tier1_gc_gcbasher = \
   143   gc/stress/gcbasher/TestGCBasherWithG1.java \
   154   gc/stress/gcbasher/TestGCBasherWithG1.java \
   144   gc/stress/gcbasher/TestGCBasherWithCMS.java \
   155   gc/stress/gcbasher/TestGCBasherWithCMS.java \
   145   gc/stress/gcbasher/TestGCBasherWithSerial.java \
   156   gc/stress/gcbasher/TestGCBasherWithSerial.java \
   146   gc/stress/gcbasher/TestGCBasherWithParallel.java
   157   gc/stress/gcbasher/TestGCBasherWithParallel.java
   147 
   158 
   148 hotspot_tier1_runtime = \
   159 tier1_runtime = \
   149   runtime/ \
   160   runtime/ \
   150  -runtime/6626217/Test6626217.sh \
   161  -runtime/6626217/Test6626217.sh \
   151  -runtime/7100935 \
   162  -runtime/7100935 \
   152  -runtime/7158988/FieldMonitor.java \
   163  -runtime/7158988/FieldMonitor.java \
   153  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   164  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   188  -runtime/Thread/TestThreadDumpMonitorContention.java \
   199  -runtime/Thread/TestThreadDumpMonitorContention.java \
   189  -runtime/Unsafe/RangeCheck.java \
   200  -runtime/Unsafe/RangeCheck.java \
   190  -runtime/containers/ \
   201  -runtime/containers/ \
   191   sanity/ \
   202   sanity/ \
   192   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
   203   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
   193  -:hotspot_tier1_runtime_appcds_exclude
   204  -:tier1_runtime_appcds_exclude
   194 
   205 
   195 hotspot_cds = \
   206 hotspot_cds = \
   196   runtime/SharedArchiveFile/ \
   207   runtime/SharedArchiveFile/ \
   197   runtime/CompressedOops/
   208   runtime/CompressedOops/
   198 
   209 
   200 # If modifying AppCDS it is also recommended to run the open hotspot_cds group
   211 # If modifying AppCDS it is also recommended to run the open hotspot_cds group
   201 hotspot_appcds = \
   212 hotspot_appcds = \
   202   runtime/appcds/
   213   runtime/appcds/
   203 
   214 
   204 # A subset of AppCDS tests to be run in JPRT push
   215 # A subset of AppCDS tests to be run in JPRT push
   205 hotspot_tier1_runtime_appcds = \
   216 tier1_runtime_appcds = \
   206   runtime/appcds/HelloTest.java \
   217   runtime/appcds/HelloTest.java \
   207   runtime/appcds/sharedStrings/SharedStringsBasic.java \
   218   runtime/appcds/sharedStrings/SharedStringsBasic.java \
   208   runtime/appcds/ClassLoaderTest.java
   219   runtime/appcds/ClassLoaderTest.java
   209 
   220 
   210 hotspot_tier1_runtime_appcds_exclude = \
   221 tier1_runtime_appcds_exclude = \
   211   runtime/appcds/ \
   222   runtime/appcds/ \
   212   -:hotspot_tier1_runtime_appcds
   223   -:tier1_runtime_appcds
   213 
   224 
   214 hotspot_tier1_serviceability = \
   225 tier1_serviceability = \
   215   serviceability/dcmd/compiler \
   226   serviceability/dcmd/compiler \
   216   serviceability/logging \
   227   serviceability/logging \
   217   serviceability/sa
   228   serviceability/sa
   218 
   229 
   219 hotspot_tier1 = \
   230 tier1 = \
   220   :hotspot_tier1_common \
   231   :tier1_common \
   221   :hotspot_tier1_compiler_1 \
   232   :tier1_compiler \
   222   :hotspot_tier1_compiler_2 \
   233   :tier1_gc \
   223   :hotspot_tier1_compiler_3 \
   234   :tier1_runtime \
   224   :hotspot_tier1_gc_1 \
   235   :tier1_serviceability
   225   :hotspot_tier1_gc_2 \
       
   226   :hotspot_tier1_gc_gcold \
       
   227   :hotspot_tier1_runtime \
       
   228   :hotspot_tier1_serviceability
       
   229 
   236 
   230 hotspot_tier2_runtime = \
   237 hotspot_tier2_runtime = \
   231   runtime/ \
   238   runtime/ \
   232   serviceability/ \
   239   serviceability/ \
   233  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   240  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   234  -runtime/Thread/TestThreadDumpMonitorContention.java \
   241  -runtime/Thread/TestThreadDumpMonitorContention.java \
   235  -runtime/containers/ \
   242  -runtime/containers/ \
   236  -:hotspot_tier1_runtime \
   243  -:tier1_runtime \
   237  -:hotspot_tier1_serviceability \
   244  -:tier1_serviceability \
   238  -:hotspot_tier2_runtime_platform_agnostic
   245  -:hotspot_tier2_runtime_platform_agnostic
   239 
   246 
   240 hotspot_tier2_runtime_platform_agnostic = \
   247 hotspot_tier2_runtime_platform_agnostic = \
   241   runtime/SelectionResolution \
   248   runtime/SelectionResolution \
   242  -:hotspot_tier1_runtime
   249  -:tier1_runtime
   243 
   250 
   244 hotspot_tier3_runtime = \
   251 hotspot_tier3_runtime = \
   245   runtime/ \
   252   runtime/ \
   246   serviceability/ \
   253   serviceability/ \
   247  -runtime/containers/ \
   254  -runtime/containers/ \
   248  -:hotspot_tier1_runtime \
   255  -:tier1_runtime \
   249  -:hotspot_tier1_serviceability \
   256  -:tier1_serviceability \
   250  -:hotspot_tier2_runtime_platform_agnostic \
   257  -:hotspot_tier2_runtime_platform_agnostic \
   251  -:hotspot_tier2_runtime
   258  -:hotspot_tier2_runtime
   252 
   259 
   253 hotspot_runtime_minimalvm = \
   260 hotspot_runtime_minimalvm = \
   254   runtime/MinimalVM \
   261   runtime/MinimalVM \