test/hotspot/jtreg/TEST.groups
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 54927 1512d88b24c6
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
    50 hotspot_handshake = \
    50 hotspot_handshake = \
    51   runtime/handshake
    51   runtime/handshake
    52 
    52 
    53 hotspot_serviceability = \
    53 hotspot_serviceability = \
    54   serviceability
    54   serviceability
       
    55 
       
    56 hotspot_resourcehogs = \
       
    57   resourcehogs
    55 
    58 
    56 hotspot_misc = \
    59 hotspot_misc = \
    57   / \
    60   / \
    58  -applications \
    61  -applications \
    59  -vmTestbase \
    62  -vmTestbase \
    60  -:hotspot_compiler \
    63  -:hotspot_compiler \
    61  -:hotspot_gc \
    64  -:hotspot_gc \
    62  -:hotspot_runtime \
    65  -:hotspot_runtime \
    63  -:hotspot_serviceability \
    66  -:hotspot_serviceability \
    64  -gc/nvdimm
    67  -gc/nvdimm \
       
    68  -:hotspot_containers
    65 
    69 
    66 hotspot_native_sanity = \
    70 hotspot_native_sanity = \
    67   native_sanity
    71   native_sanity
    68 
    72 
    69 hotspot_containers = \
    73 hotspot_containers = \
   272  -runtime/CompressedOops/UseCompressedOops.java \
   276  -runtime/CompressedOops/UseCompressedOops.java \
   273  -runtime/ConstantPool/IntfMethod.java \
   277  -runtime/ConstantPool/IntfMethod.java \
   274  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
   278  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
   275  -runtime/ErrorHandling/ErrorHandler.java \
   279  -runtime/ErrorHandling/ErrorHandler.java \
   276  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
   280  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
       
   281  -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java \
   277  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
   282  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
       
   283  -runtime/InvocationTests \
   278  -runtime/logging/MonitorMismatchTest.java \
   284  -runtime/logging/MonitorMismatchTest.java \
   279  -runtime/memory/ReserveMemory.java \
   285  -runtime/memory/ReserveMemory.java \
   280  -runtime/memory/RunUnitTestsConcurrently.java \
   286  -runtime/memory/RunUnitTestsConcurrently.java \
   281  -runtime/Metaspace/FragmentMetaspace.java \
   287  -runtime/Metaspace/FragmentMetaspace.java \
   282  -runtime/Metaspace/FragmentMetaspaceSimple.java \
   288  -runtime/Metaspace/FragmentMetaspaceSimple.java \
   293  -runtime/SelectionResolution/InvokeSpecialICCE.java \
   299  -runtime/SelectionResolution/InvokeSpecialICCE.java \
   294  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
   300  -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
   295  -runtime/SelectionResolution/InvokeStaticICCE.java \
   301  -runtime/SelectionResolution/InvokeStaticICCE.java \
   296  -runtime/SelectionResolution/InvokeVirtualICCE.java \
   302  -runtime/SelectionResolution/InvokeVirtualICCE.java \
   297  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
   303  -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
   298  -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \
   304  -runtime/cds/CdsSameObjectAlignment.java \
   299  -runtime/SharedArchiveFile/SharedBaseAddress.java \
   305  -runtime/cds/SharedBaseAddress.java \
   300  -runtime/Thread/CancellableThreadTest.java \
   306  -runtime/Thread/CancellableThreadTest.java \
   301  -runtime/Thread/TestThreadDumpMonitorContention.java \
   307  -runtime/Thread/TestThreadDumpMonitorContention.java \
   302  -runtime/Unsafe/RangeCheck.java \
   308  -runtime/Unsafe/RangeCheck.java \
   303   sanity/ \
   309   sanity/ \
   304   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
   310   testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
   305  -:tier1_runtime_appcds_exclude \
   311  -:tier1_runtime_appcds_exclude \
   306  -runtime/signal
   312  -runtime/signal
   307 
   313 
   308 hotspot_cds = \
   314 hotspot_cds = \
   309   runtime/SharedArchiveFile/ \
   315   runtime/cds/ \
   310   runtime/CompressedOops/
   316   runtime/CompressedOops/
   311 
   317 
   312 # AppCDS
       
   313 # If modifying AppCDS it is also recommended to run the open hotspot_cds group
       
   314 hotspot_appcds = \
       
   315   runtime/appcds/
       
   316 
   318 
   317 hotspot_appcds_dynamic = \
   319 hotspot_appcds_dynamic = \
   318   runtime/appcds/ \
   320   runtime/cds/appcds/ \
   319  -runtime/appcds/cacheObject \
   321  -runtime/cds/appcds/cacheObject \
   320  -runtime/appcds/customLoader \
   322  -runtime/cds/appcds/customLoader \
   321  -runtime/appcds/dynamicArchive \
   323  -runtime/cds/appcds/dynamicArchive \
   322  -runtime/appcds/javaldr/ArrayTest.java \
   324  -runtime/cds/appcds/javaldr/ArrayTest.java \
   323  -runtime/appcds/javaldr/GCSharedStringsDuringDump.java \
   325  -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
   324  -runtime/appcds/javaldr/HumongousDuringDump.java \
   326  -runtime/cds/appcds/javaldr/HumongousDuringDump.java \
   325  -runtime/appcds/sharedStrings \
   327  -runtime/cds/appcds/sharedStrings \
   326  -runtime/appcds/DumpClassList.java \
   328  -runtime/cds/appcds/DumpClassList.java \
   327  -runtime/appcds/ExtraSymbols.java \
   329  -runtime/cds/appcds/ExtraSymbols.java \
   328  -runtime/appcds/LongClassListPath.java \
   330  -runtime/cds/appcds/LongClassListPath.java \
   329  -runtime/appcds/LotsOfClasses.java \
   331  -runtime/cds/appcds/LotsOfClasses.java \
   330  -runtime/appcds/SharedArchiveConsistency.java \
   332  -runtime/cds/appcds/NonExistClasspath.java \
   331  -runtime/appcds/UnusedCPDuringDump.java \
   333  -runtime/cds/appcds/RelativePath.java \
   332  -runtime/appcds/VerifierTest_1B.java
   334  -runtime/cds/appcds/SharedArchiveConsistency.java \
       
   335  -runtime/cds/appcds/UnusedCPDuringDump.java \
       
   336  -runtime/cds/appcds/VerifierTest_1B.java
   333 
   337 
   334 # A subset of AppCDS tests to be run in tier1
   338 # A subset of AppCDS tests to be run in tier1
   335 tier1_runtime_appcds = \
   339 tier1_runtime_appcds = \
   336   runtime/appcds/HelloTest.java \
   340   runtime/cds/appcds/HelloTest.java \
   337   runtime/appcds/sharedStrings/SharedStringsBasic.java \
   341   runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
   338   runtime/appcds/ClassLoaderTest.java
   342   runtime/cds/appcds/ClassLoaderTest.java
   339 
   343 
   340 tier1_runtime_appcds_exclude = \
   344 tier1_runtime_appcds_exclude = \
   341   runtime/appcds/ \
   345   runtime/cds/appcds/ \
   342   -:tier1_runtime_appcds
   346   -:tier1_runtime_appcds
   343 
   347 
   344 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
   348 # This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
   345 # to test interaction between AppCDS and JFR. It also has the side effect of
   349 # to test interaction between AppCDS and JFR. It also has the side effect of
   346 # testing JVMTI ClassFileLoadHook.
   350 # testing JVMTI ClassFileLoadHook.
   347 #
   351 #
   348 # The excluded tests disallow the jdk.jfr module, which is required to
   352 # The excluded tests disallow the jdk.jfr module, which is required to
   349 # run with JFR.
   353 # run with JFR.
   350 hotspot_appcds_with_jfr = \
   354 hotspot_appcds_with_jfr = \
   351   runtime/appcds/ \
   355   runtime/cds/appcds/ \
   352  -runtime/appcds/cacheObject/ArchivedModuleCompareTest.java \
   356  -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
   353  -runtime/appcds/jigsaw/classpathtests/BootAppendTests.java \
   357  -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \
   354  -runtime/appcds/jigsaw/classpathtests/ClassPathTests.java \
   358  -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \
   355  -runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
   359  -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
   356  -runtime/appcds/jigsaw/JigsawOptionsCombo.java \
   360  -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
   357  -runtime/appcds/jigsaw/modulepath/MainModuleOnly.java
   361  -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
   358 
   362 
   359 tier1_serviceability = \
   363 tier1_serviceability = \
   360   serviceability/dcmd/compiler \
   364   serviceability/dcmd/compiler \
   361   -serviceability/dcmd/compiler/CompilerQueueTest.java \
   365   -serviceability/dcmd/compiler/CompilerQueueTest.java \
   362   serviceability/jvmti/RedefineClasses \
   366   serviceability/jvmti/RedefineClasses \
   367   -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
   371   -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
   368   serviceability/logging \
   372   serviceability/logging \
   369   serviceability/sa \
   373   serviceability/sa \
   370   -serviceability/sa/ClhsdbScanOops.java \
   374   -serviceability/sa/ClhsdbScanOops.java \
   371   -serviceability/sa/TestJmapCore.java \
   375   -serviceability/sa/TestJmapCore.java \
   372   -serviceability/sa/TestJmapCoreMetaspace.java \
   376   -serviceability/sa/TestJmapCoreMetaspace.java
   373   -serviceability/sa/TestHeapDumpForLargeArray.java
       
   374 
   377 
   375 tier1 = \
   378 tier1 = \
   376   :tier1_common \
   379   :tier1_common \
   377   :tier1_compiler \
   380   :tier1_compiler \
   378   :tier1_gc \
   381   :tier1_gc \
   379   :tier1_runtime \
   382   :tier1_runtime \
   380   :tier1_serviceability
   383   :tier1_serviceability
   381 
   384 
   382 hotspot_tier2_runtime = \
   385 hotspot_tier2_runtime = \
   383   runtime/ \
   386   runtime/ \
   384   serviceability/ \
       
   385  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   387  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
   386  -runtime/CompressedOops/UseCompressedOops.java \
   388  -runtime/CompressedOops/UseCompressedOops.java \
       
   389  -runtime/InvocationTests \
   387  -runtime/Thread/TestThreadDumpMonitorContention.java \
   390  -runtime/Thread/TestThreadDumpMonitorContention.java \
   388  -:tier1_runtime \
   391  -:tier1_runtime \
   389  -:tier1_serviceability \
       
   390  -:hotspot_tier2_runtime_platform_agnostic \
   392  -:hotspot_tier2_runtime_platform_agnostic \
   391  -runtime/signal \
   393  -runtime/signal \
   392  -runtime/NMT/MallocStressTest.java
   394  -runtime/NMT/MallocStressTest.java
   393 
   395 
       
   396 hotspot_tier2_serviceability = \
       
   397   serviceability/ \
       
   398  -:tier1_serviceability
       
   399 
   394 hotspot_tier2_runtime_platform_agnostic = \
   400 hotspot_tier2_runtime_platform_agnostic = \
   395   runtime/SelectionResolution \
   401   runtime/SelectionResolution \
   396  -:tier1_runtime
   402  -:tier1_runtime
   397 
   403 
   398 hotspot_tier3_runtime = \
   404 hotspot_tier3_runtime = \
   399   runtime/ \
   405   runtime/ \
   400   serviceability/ \
       
   401  -:tier1_runtime \
   406  -:tier1_runtime \
   402  -:tier1_serviceability \
       
   403  -:hotspot_tier2_runtime_platform_agnostic \
   407  -:hotspot_tier2_runtime_platform_agnostic \
   404  -:hotspot_tier2_runtime
   408  -:hotspot_tier2_runtime
   405 
   409 
   406 hotspot_runtime_minimalvm = \
   410 hotspot_runtime_minimalvm = \
   407   runtime/MinimalVM \
   411   runtime/MinimalVM \