< prev index next >

hotspot/test/TEST.groups

Print this page
rev 13094 : 8181053: port basicvmtest to jtreg
Reviewed-by: duke


  30 hotspot_gc = \
  31   gc
  32 
  33 hotspot_runtime = \
  34   runtime
  35 
  36 hotspot_serviceability = \
  37   serviceability
  38 
  39 hotspot_misc = \
  40   / \
  41  -applications \
  42  -:hotspot_compiler \
  43  -:hotspot_gc \
  44  -:hotspot_runtime \
  45  -:hotspot_serviceability
  46 
  47 hotspot_native_sanity = \
  48   native_sanity
  49 




  50 hotspot_tier1_compiler_1 = \
  51   compiler/aot/ \
  52   compiler/arraycopy/ \
  53   compiler/c1/ \
  54   compiler/c2/ \
  55   -compiler/c2/Test6850611.java \
  56   -compiler/c2/cr6890943/Test6890943.java \
  57   -compiler/c2/Test6905845.java \
  58   -compiler/c2/cr6340864 \
  59   -compiler/c2/cr6589834 \
  60   -compiler/c2/cr8004867 \
  61   -compiler/c2/stemmer \
  62   -compiler/c2/Test6792161.java \
  63   -compiler/c2/Test6603011.java \
  64   -compiler/c2/Test6912517.java \
  65 
  66 hotspot_tier1_compiler_2 = \
  67   compiler/classUnloading/ \
  68   compiler/codecache/ \
  69   compiler/codegen/ \


 179  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
 180  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 181  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 182  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 183  -runtime/Thread/CancellableThreadTest.java \
 184  -runtime/Thread/TestThreadDumpMonitorContention.java \
 185  -runtime/Unsafe/RangeCheck.java \
 186   sanity/ \
 187   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 188 
 189 hotspot_cds = \
 190   runtime/SharedArchiveFile/ \
 191   runtime/CompressedOops/
 192 
 193 
 194 hotspot_tier1_serviceability = \
 195   serviceability/dcmd/compiler \
 196   serviceability/logging
 197 
 198 hotspot_tier1 = \

 199   :hotspot_tier1_compiler_1 \
 200   :hotspot_tier1_compiler_2 \
 201   :hotspot_tier1_compiler_3 \
 202   :hotspot_tier1_compiler_closed \
 203   :hotspot_tier1_gc_1 \
 204   :hotspot_tier1_gc_2 \
 205   :hotspot_tier1_gc_closed \
 206   :hotspot_tier1_gc_gcold \
 207   :hotspot_tier1_runtime \
 208   :hotspot_tier1_serviceability
 209 
 210 hotspot_tier2_runtime = \
 211   runtime/ \
 212   serviceability/ \
 213  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 214  -runtime/Thread/TestThreadDumpMonitorContention.java \
 215  -:hotspot_tier1_runtime \
 216  -:hotspot_tier1_serviceability \
 217  -:hotspot_tier2_runtime_platform_agnostic
 218 


  30 hotspot_gc = \
  31   gc
  32 
  33 hotspot_runtime = \
  34   runtime
  35 
  36 hotspot_serviceability = \
  37   serviceability
  38 
  39 hotspot_misc = \
  40   / \
  41  -applications \
  42  -:hotspot_compiler \
  43  -:hotspot_gc \
  44  -:hotspot_runtime \
  45  -:hotspot_serviceability
  46 
  47 hotspot_native_sanity = \
  48   native_sanity
  49 
  50 hotspot_tier1_common = \
  51   sanity/BasicVMTest.java \
  52   native/GTestWrapper.java
  53 
  54 hotspot_tier1_compiler_1 = \
  55   compiler/aot/ \
  56   compiler/arraycopy/ \
  57   compiler/c1/ \
  58   compiler/c2/ \
  59   -compiler/c2/Test6850611.java \
  60   -compiler/c2/cr6890943/Test6890943.java \
  61   -compiler/c2/Test6905845.java \
  62   -compiler/c2/cr6340864 \
  63   -compiler/c2/cr6589834 \
  64   -compiler/c2/cr8004867 \
  65   -compiler/c2/stemmer \
  66   -compiler/c2/Test6792161.java \
  67   -compiler/c2/Test6603011.java \
  68   -compiler/c2/Test6912517.java \
  69 
  70 hotspot_tier1_compiler_2 = \
  71   compiler/classUnloading/ \
  72   compiler/codecache/ \
  73   compiler/codegen/ \


 183  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
 184  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 185  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 186  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 187  -runtime/Thread/CancellableThreadTest.java \
 188  -runtime/Thread/TestThreadDumpMonitorContention.java \
 189  -runtime/Unsafe/RangeCheck.java \
 190   sanity/ \
 191   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 192 
 193 hotspot_cds = \
 194   runtime/SharedArchiveFile/ \
 195   runtime/CompressedOops/
 196 
 197 
 198 hotspot_tier1_serviceability = \
 199   serviceability/dcmd/compiler \
 200   serviceability/logging
 201 
 202 hotspot_tier1 = \
 203   :hotspot_tier1_common \
 204   :hotspot_tier1_compiler_1 \
 205   :hotspot_tier1_compiler_2 \
 206   :hotspot_tier1_compiler_3 \
 207   :hotspot_tier1_compiler_closed \
 208   :hotspot_tier1_gc_1 \
 209   :hotspot_tier1_gc_2 \
 210   :hotspot_tier1_gc_closed \
 211   :hotspot_tier1_gc_gcold \
 212   :hotspot_tier1_runtime \
 213   :hotspot_tier1_serviceability
 214 
 215 hotspot_tier2_runtime = \
 216   runtime/ \
 217   serviceability/ \
 218  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 219  -runtime/Thread/TestThreadDumpMonitorContention.java \
 220  -:hotspot_tier1_runtime \
 221  -:hotspot_tier1_serviceability \
 222  -:hotspot_tier2_runtime_platform_agnostic
 223 
< prev index next >