# HG changeset patch # User ctornqvi # Date 1474476318 14400 # Node ID 05829aa775b427afa34c2dd072e075b5a44742d4 # Parent e9a1638b8cea27beaf17217733f1a865bd4dd840 8164852: Move slow tier1/tier2 runtime tests to later tiers Reviewed-by: gtriantafill, sla, mseledtsov diff -r e9a1638b8cea -r 05829aa775b4 hotspot/test/TEST.groups --- a/hotspot/test/TEST.groups Wed Sep 21 11:31:23 2016 +0200 +++ b/hotspot/test/TEST.groups Wed Sep 21 12:45:18 2016 -0400 @@ -351,16 +351,29 @@ hotspot_fast_runtime = \ runtime/ \ + -runtime/6626217/Test6626217.sh \ + -runtime/7100935 \ + -runtime/7158988/FieldMonitor.java \ + -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ + -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \ + -runtime/ConstantPool/IntfMethod.java \ + -runtime/ErrorHandling/CreateCoredumpOnCrash.java \ -runtime/ErrorHandling/ErrorHandler.java \ - -runtime/RedefineObject/TestRedefineObject.java \ - -runtime/MirrorFrame/Test8003720.java \ + -runtime/logging/MonitorMismatchTest.java \ + -runtime/memory/ReserveMemory.java \ + -runtime/memory/RunUnitTestsConcurrently.java \ -runtime/Metaspace/FragmentMetaspace.java \ -runtime/Metaspace/FragmentMetaspaceSimple.java \ - -runtime/Thread/TestThreadDumpMonitorContention.java \ - -runtime/SharedArchiveFile/SharedBaseAddress.java \ - -runtime/memory/ReserveMemory.java \ - -runtime/memory/RunUnitTestsConcurrently.java \ - -runtime/Unsafe/RangeCheck.java \ + -runtime/MirrorFrame/Test8003720.java \ + -runtime/modules/LoadUnloadModuleStress.java \ + -runtime/modules/ModuleStress/ExportModuleStressTest.java \ + -runtime/modules/ModuleStress/ModuleStressGC.java \ + -runtime/NMT \ + -runtime/RedefineObject/TestRedefineObject.java \ + -runtime/RedefineTests/RedefinePreviousVersions.java \ + -runtime/RedefineTests/RedefineRunningMethods.java \ + -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \ + -runtime/ReservedStack \ -runtime/SelectionResolution/AbstractMethodErrorTest.java \ -runtime/SelectionResolution/IllegalAccessErrorTest.java \ -runtime/SelectionResolution/InvokeInterfaceICCE.java \ @@ -372,14 +385,14 @@ -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \ -runtime/SharedArchiveFile/CdsSameObjectAlignment.java \ -runtime/SharedArchiveFile/DefaultUseWithClient.java \ + -runtime/SharedArchiveFile/SharedBaseAddress.java \ -runtime/Thread/CancellableThreadTest.java \ - -runtime/7158988/FieldMonitor.java \ - -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ + -runtime/Thread/TestThreadDumpMonitorContention.java \ + -runtime/Unsafe/RangeCheck.java \ sanity/ \ testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java hotspot_fast_serviceability = \ - sanity/ExecuteInternalVMTests.java \ serviceability/dcmd/compiler \ serviceability/logging @@ -398,6 +411,8 @@ hotspot_runtime_tier2 = \ runtime/ \ serviceability/ \ + -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ + -runtime/Thread/TestThreadDumpMonitorContention.java \ -:hotspot_fast_runtime \ -:hotspot_fast_serviceability \ -:hotspot_runtime_tier2_platform_agnostic @@ -405,6 +420,14 @@ hotspot_runtime_tier2_platform_agnostic = \ runtime/SelectionResolution \ -:hotspot_fast_runtime + +hotspot_runtime_tier3 = \ + runtime/ \ + serviceability/ \ + -:hotspot_fast_runtime \ + -:hotspot_fast_serviceability \ + -:hotspot_runtime_tier2_platform_agnostic \ + -:hotspot_runtime_tier2 hotspot_runtime_minimalvm = \ runtime/MinimalVM \