1 #
   2 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #
  23 
  24 # Profile-based Test Group Definitions
  25 #
  26 # These groups define the tests that cover the different possible runtimes:
  27 # - compact1, compact2, compact3, full JRE, JDK
  28 #
  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
  31 # services available in the runtime.
  32 #
  33 # The groups are defined hierarchically in two forms:
  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
  36 # that profile, or the test infrastructure uses a feature in that
  37 # profile.
  38 # - The primary groups are defined in terms of the other primary groups
  39 # combined with the needs_xxx groups (including and excluding them as
  40 # appropriate). For example the jre can run all tests from compact3, plus
  41 # those from needs_jre, but excluding those from need_jdk.
  42 #
  43 # The bottom group defines all the actual tests to be considered, simply
  44 # by listing the top-level test directories.
  45 #
  46 # To use a group simply list it on the jtreg command line eg:
  47 #   jtreg :jdk
  48 # runs all tests. While
  49 #   jtreg :compact2
  50 # runs those tests that only require compact1 and compact2 API's.
  51 #
  52 
  53 hotspot_all = \
  54   /
  55 
  56 # Full JDK can run all tests
  57 #
  58 jdk = \
  59   :jre \
  60   :needs_jdk
  61 
  62 # Tests that require a full JDK to execute. Either they test a feature
  63 # only in the JDK or they use tools that are only in the JDK. The latter
  64 # can be resolved in some cases by using tools from the compile-jdk.
  65 #
  66 needs_jdk = \
  67   gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
  68   gc/metaspace/TestMetaspacePerfCounters.java \
  69   gc/metaspace/TestPerfCountersAndMemoryPools.java \
  70   runtime/6819213/TestBootNativeLibraryPath.java \
  71   runtime/7158988/FieldMonitor.java \
  72   runtime/Metaspace/FragmentMetaspace.java \
  73   runtime/NMT/BaselineWithParameter.java \
  74   runtime/NMT/JcmdBaselineDetail.java \
  75   runtime/NMT/JcmdDetailDiff.java \
  76   runtime/NMT/JcmdScaleDetail.java \
  77   runtime/NMT/JcmdScale.java \
  78   runtime/NMT/JcmdSummaryDiff.java \
  79   runtime/NMT/JcmdWithNMTDisabled.java \
  80   runtime/NMT/MallocRoundingReportTest.java \
  81   runtime/NMT/MallocSiteHashOverflow.java \
  82   runtime/NMT/MallocStressTest.java \
  83   runtime/NMT/MallocTestType.java \
  84   runtime/NMT/MallocTrackingVerify.java \
  85   runtime/NMT/ReleaseCommittedMemory.java \
  86   runtime/NMT/ReleaseNoCommit.java \
  87   runtime/NMT/ShutdownTwice.java \
  88   runtime/NMT/SummaryAfterShutdown.java \
  89   runtime/NMT/SummarySanityCheck.java \
  90   runtime/NMT/ThreadedMallocTestType.java \
  91   runtime/NMT/ThreadedVirtualAllocTestType.java \
  92   runtime/NMT/VirtualAllocCommitUncommitRecommit.java \
  93   runtime/NMT/VirtualAllocTestType.java \
  94   runtime/RedefineObject/TestRedefineObject.java \
  95   runtime/Thread/TestThreadDumpMonitorContention.java \
  96   runtime/Thread/ThreadPriorities.java \
  97   runtime/XCheckJniJsig/XCheckJSig.java \
  98   serviceability/attach/AttachWithStalePidFile.java \
  99   serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \
 100   serviceability/dcmd/vm/DynLibsTest.java \
 101   serviceability/tmtools                
 102 
 103 
 104 # JRE adds further tests to compact3
 105 #
 106 jre = \
 107   :compact3 \
 108   :needs_jre \
 109  -:needs_jdk
 110 
 111 # Tests that require the full JRE
 112 #
 113 needs_jre = \
 114   compiler/c2/6852078/Test6852078.java \
 115   compiler/c2/7047069/Test7047069.java \
 116   runtime/6294277/SourceDebugExtension.java \
 117   runtime/ClassFile/JsrRewriting.java \
 118   runtime/ClassFile/OomWhileParsingRepeatedJsr.java \
 119   runtime/SharedArchiveFile/LimitSharedSizes.java \
 120   runtime/SharedArchiveFile/SpaceUtilizationCheck.java
 121 
 122 # Compact 3 adds further tests to compact2
 123 #
 124 compact3 = \
 125   :compact2 \
 126   :needs_compact3 \
 127  -:needs_jre \
 128  -:needs_jdk
 129 
 130 
 131 # Tests that require compact3 API's
 132 #
 133 needs_compact3 = \
 134   gc/TestFullGCCount.java \
 135   gc/arguments/TestG1HeapRegionSize.java \
 136   gc/arguments/TestDynMinHeapFreeRatio.java \
 137   gc/arguments/TestDynMaxHeapFreeRatio.java \
 138   gc/cms/TestMBeanCMS.java \
 139   gc/g1/TestHumongousAllocInitialMark.java \
 140   gc/g1/TestShrinkAuxiliaryData00.java \
 141   gc/g1/TestShrinkAuxiliaryData05.java \
 142   gc/g1/TestShrinkAuxiliaryData10.java \
 143   gc/g1/TestShrinkAuxiliaryData15.java \
 144   gc/g1/TestShrinkAuxiliaryData20.java \
 145   gc/g1/TestShrinkAuxiliaryData25.java \
 146   gc/g1/TestShrinkAuxiliaryData30.java \
 147   gc/metaspace/TestMetaspaceMemoryPool.java \
 148   gc/survivorAlignment \
 149   runtime/InternalApi/ThreadCpuTimesDeadlock.java \
 150   runtime/NMT/JcmdSummaryDiff.java \
 151   runtime/RedefineTests/RedefineAnnotations.java
 152   serviceability/sa/jmap-hashcode/Test8028623.java \
 153   serviceability/threads/TestFalseDeadLock.java \
 154   compiler/codecache/jmx \
 155   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
 156   compiler/rangechecks/TestRangeCheckSmearing.java \
 157   compiler/whitebox/DeoptimizeMultipleOSRTest.java \
 158   serviceability/dcmd \
 159   testlibrary_tests/whitebox/vm_flags
 160 
 161 # Compact 2 adds full VM tests
 162 compact2 = \
 163   :compact2_minimal \
 164   :compact1 \
 165   :needs_full_vm_compact2 \
 166  -:needs_compact3 \
 167  -:needs_jre \
 168  -:needs_jdk
 169 
 170 # Tests that require compact2 API's and a full VM
 171 #
 172 needs_full_vm_compact2 =
 173 
 174 # Compact 1 adds full VM tests
 175 #
 176 compact1 = \
 177   :compact1_minimal \
 178   :needs_full_vm_compact1 \
 179  -:needs_compact2 \
 180  -:needs_full_vm_compact2 \
 181  -:needs_compact3 \
 182  -:needs_jre \
 183  -:needs_jdk
 184 
 185 # Tests that require compact1 API's and a full VM
 186 #
 187 needs_full_vm_compact1 = \
 188   runtime/NMT \
 189   gc/g1/TestRegionAlignment.java \
 190   gc/g1/TestShrinkToOneRegion.java \
 191   gc/metaspace/G1AddMetaspaceDependency.java \
 192   gc/startup_warnings/TestCMS.java \
 193   gc/startup_warnings/TestDefNewCMS.java \
 194   gc/startup_warnings/TestParallelGC.java \
 195   gc/startup_warnings/TestParallelScavengeSerialOld.java \
 196   gc/startup_warnings/TestParNewCMS.java \
 197   gc/startup_warnings/TestParNewSerialOld.java \
 198   runtime/SharedArchiveFile/SharedArchiveFile.java
 199 
 200 # Minimal VM on Compact 2 adds in some compact2 tests
 201 #
 202 compact2_minimal = \
 203   :compact1_minimal \
 204   :needs_compact2 \
 205  -:needs_full_vm_compact2 \
 206  -:needs_compact3 \
 207  -:needs_jre \
 208  -:needs_jdk
 209 
 210 # Tests that require compact2 API's
 211 #
 212 needs_compact2 = \
 213   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 214 
 215 # All tests that run on the most minimal configuration: Minimal VM on Compact 1
 216 compact1_minimal = \
 217   serviceability/ \
 218   compiler/ \
 219   sanity/ \
 220   runtime/ \
 221   gc/ \
 222   -compiler/jvmci \
 223  -:needs_full_vm_compact1 \
 224  -:needs_full_vm_compact2 \
 225  -:needs_compact2 \
 226  -:needs_compact3 \
 227  -:needs_jre \
 228  -:needs_jdk
 229 
 230 # All tests that explicitly set the G1 GC
 231 #
 232 needs_g1gc = \
 233   compiler/regalloc/C1ObjectSpillInLogicOp.java \
 234   gc/TestSystemGC.java \
 235   gc/arguments/TestAlignmentToUseLargePages.java \
 236   gc/arguments/TestG1HeapRegionSize.java \
 237   gc/arguments/TestG1HeapSizeFlags.java \
 238   gc/arguments/TestG1PercentageOptions.java \
 239   gc/arguments/TestMaxHeapSizeTools.java \
 240   gc/arguments/TestMaxNewSize.java \
 241   gc/arguments/TestParallelGCThreads.java \
 242   -gc/arguments/TestUseCompressedOopsErgo.java \
 243   gc/class_unloading/TestG1ClassUnloadingHWM.java \
 244   gc/ergonomics/TestDynamicNumberOfGCThreads.java \
 245   gc/g1/ \
 246   gc/metaspace/G1AddMetaspaceDependency.java \
 247   gc/metaspace/TestMetaspacePerfCounters.java \
 248   gc/startup_warnings/TestG1.java \
 249   gc/whitebox/TestConcMarkCycleWB.java \
 250   gc/arguments/TestG1ConcRefinementThreads.java \
 251   -gc/g1/plab/TestPLABPromotion.java
 252 
 253 hotspot_native_sanity = \
 254   native_sanity
 255 
 256 hotspot_compiler_1 = \
 257   compiler/arraycopy/ \
 258   compiler/c1/ \
 259   compiler/c2/ \
 260   -compiler/c2/5091921/Test6850611.java \
 261   -compiler/c2/5091921/Test6890943.java \
 262   -compiler/c2/5091921/Test6905845.java \
 263   -compiler/c2/6340864 \
 264   -compiler/c2/6589834 \
 265   -compiler/c2/6603011 \
 266   -compiler/c2/6912517 \
 267   -compiler/c2/6792161 \
 268   -compiler/c2/7070134 \
 269   -compiler/c2/8004867
 270   
 271 hotspot_compiler_2 = \
 272   compiler/classUnloading/ \
 273   compiler/codecache/ \
 274   compiler/codegen/ \
 275   compiler/cpuflags/ \
 276   compiler/dependencies/ \
 277   compiler/eliminateAutobox/ \
 278   compiler/escapeAnalysis/ \
 279   compiler/exceptions/ \
 280   compiler/floatingpoint/ \
 281   compiler/gcbarriers/ \
 282   compiler/inlining/ \
 283   compiler/integerArithmetic/ \
 284   compiler/interpreter/ \
 285   -compiler/codegen/7184394 \
 286   -compiler/codecache/stress
 287   
 288 hotspot_compiler_3 = \
 289   compiler/intrinsics/ \
 290   compiler/jsr292/ \
 291   compiler/loopopts/ \
 292   compiler/macronodes/ \
 293   compiler/memoryinitialization/ \
 294   compiler/osr/ \
 295   compiler/regalloc/ \
 296   compiler/runtime/ \
 297   compiler/startup/ \
 298   compiler/types/ \
 299   compiler/uncommontrap/ \
 300   compiler/unsafe/ \
 301   -compiler/intrinsics/adler32 \
 302   -compiler/intrinsics/bmi \
 303   -compiler/intrinsics/mathexact \
 304   -compiler/intrinsics/multiplytolen \
 305   -compiler/intrinsics/sha \
 306   -compiler/loopopts/7052494 \
 307   -compiler/runtime/6826736
 308 
 309 hotspot_compiler_closed = \
 310   sanity/ExecuteInternalVMTests.java
 311 
 312 hotspot_gc = \
 313   sanity/ExecuteInternalVMTests.java \
 314   gc/ \
 315   -gc/arguments/TestUseCompressedOopsErgo.java \
 316   -gc/g1/TestGreyReclaimedHumongousObjects.java \
 317   -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
 318 
 319 hotspot_gc_closed = \
 320   sanity/ExecuteInternalVMTests.java
 321 
 322 hotspot_gc_gcold = \
 323   stress/gc/TestGCOld.java
 324 
 325 hotspot_runtime = \
 326   runtime/ \
 327  -runtime/ErrorHandling/ErrorHandler.java \
 328  -runtime/RedefineObject/TestRedefineObject.java \
 329  -runtime/8003720/Test8003720.java \
 330  -runtime/Metaspace/FragmentMetaspace.java \
 331  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 332  -runtime/Thread/TestThreadDumpMonitorContention.java \
 333  -runtime/SharedArchiveFile/SharedBaseAddress.java \
 334  -runtime/memory/ReserveMemory.java \
 335  -runtime/memory/RunUnitTestsConcurrently.java \
 336  -runtime/Unsafe/RangeCheck.java \
 337  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
 338  -runtime/SharedArchiveFile/DefaultUseWithClient.java \
 339  -runtime/Thread/CancellableThreadTest.java \
 340  -runtime/7158988/FieldMonitor.java \
 341  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 342  -runtime/valhalla/nestmates/MethodHandleInheritTest.java \
 343   sanity/ \
 344   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java
 345 
 346 #
 347 # Please re-enable when nestmates impl is done:
 348 # runtime/valhalla/nestmates/MethodHandleInheritTest.java
 349 #
 350 
 351 hotspot_valhalla = \
 352   runtime/valhalla \
 353   compiler/valhalla \
 354   -runtime/valhalla/nestmates/MethodHandleInheritTest.java
 355 
 356 hotspot_serviceability = \
 357   sanity/ExecuteInternalVMTests.java \
 358   serviceability/dcmd/compiler \
 359   serviceability/logging
 360 
 361 #
 362 # Excludes: see also hotspot_known_failures
 363 #
 364 hotspot_jprt = \
 365   :hotspot_compiler_1 \
 366   :hotspot_compiler_2 \
 367   :hotspot_compiler_3 \
 368   :hotspot_compiler_closed \
 369   :hotspot_gc \
 370   :hotspot_gc_closed \
 371   :hotspot_gc_gcold \
 372   :hotspot_runtime \
 373   :hotspot_serviceability \
 374   -gc/arguments/TestUseCompressedOopsErgo.java \
 375   -gc/g1/plab/TestPLABPromotion.java
 376 
 377 
 378 #All tests that depends on nashorn extension.
 379 #
 380 needs_nashorn = \
 381   compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
 382 
 383 #All tests that do not depends on nashorn extension
 384 #
 385 not_needs_nashorn = \
 386   :jdk \
 387   -:needs_nashorn
 388 
 389 hotspot_tmtools = \
 390   serviceability/tmtools
 391 
 392 #
 393 # Valhalla failures
 394 #
 395 # Whitebox API mismatch (compiler/* and TestUseCompressedOopsErgo)
 396 # Bad test lib path (TestPLABPromotion)
 397 #
 398 hotspot_known_failures = \
 399   compiler/jvmci \
 400   gc/arguments/TestUseCompressedOopsErgo.java \
 401   gc/g1/plab/TestPLABPromotion.java