< prev index next >

test/TEST.groups

Print this page
rev 12508 : 8166944: Hanging Error Reporting steps may lead to torn error logs.
Reviewed-by: cjplummer, dholmes
Summary: Interupt error reporting if reporting steps hang to enable subsequent reporting steps to run.


 354 
 355 hotspot_fast_gc_gcold = \
 356   gc/stress/TestGCOld.java
 357 
 358 hotspot_fast_gc_gcbasher = \
 359   gc/stress/gcbasher/TestGCBasherWithG1.java \
 360   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 361   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 362   gc/stress/gcbasher/TestGCBasherWithParallel.java
 363 
 364 hotspot_fast_runtime = \
 365   runtime/ \
 366  -runtime/6626217/Test6626217.sh \
 367  -runtime/7100935 \
 368  -runtime/7158988/FieldMonitor.java \
 369  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 370  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 371  -runtime/ConstantPool/IntfMethod.java \
 372  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 373  -runtime/ErrorHandling/ErrorHandler.java \

 374  -runtime/logging/MonitorMismatchTest.java \
 375  -runtime/memory/ReserveMemory.java \
 376  -runtime/memory/RunUnitTestsConcurrently.java \
 377  -runtime/Metaspace/FragmentMetaspace.java \
 378  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 379  -runtime/MirrorFrame/Test8003720.java \
 380  -runtime/modules/LoadUnloadModuleStress.java \
 381  -runtime/modules/ModuleStress/ExportModuleStressTest.java \
 382  -runtime/modules/ModuleStress/ModuleStressGC.java \
 383  -runtime/NMT \
 384  -runtime/RedefineObject/TestRedefineObject.java \
 385  -runtime/RedefineTests/RedefineLeak.java \
 386  -runtime/RedefineTests/RedefinePreviousVersions.java \
 387  -runtime/RedefineTests/RedefineRunningMethods.java \
 388  -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
 389  -runtime/ReservedStack \
 390  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
 391  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
 392  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
 393  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \




 354 
 355 hotspot_fast_gc_gcold = \
 356   gc/stress/TestGCOld.java
 357 
 358 hotspot_fast_gc_gcbasher = \
 359   gc/stress/gcbasher/TestGCBasherWithG1.java \
 360   gc/stress/gcbasher/TestGCBasherWithCMS.java \
 361   gc/stress/gcbasher/TestGCBasherWithSerial.java \
 362   gc/stress/gcbasher/TestGCBasherWithParallel.java
 363 
 364 hotspot_fast_runtime = \
 365   runtime/ \
 366  -runtime/6626217/Test6626217.sh \
 367  -runtime/7100935 \
 368  -runtime/7158988/FieldMonitor.java \
 369  -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
 370  -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
 371  -runtime/ConstantPool/IntfMethod.java \
 372  -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
 373  -runtime/ErrorHandling/ErrorHandler.java \
 374  -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
 375  -runtime/logging/MonitorMismatchTest.java \
 376  -runtime/memory/ReserveMemory.java \
 377  -runtime/memory/RunUnitTestsConcurrently.java \
 378  -runtime/Metaspace/FragmentMetaspace.java \
 379  -runtime/Metaspace/FragmentMetaspaceSimple.java \
 380  -runtime/MirrorFrame/Test8003720.java \
 381  -runtime/modules/LoadUnloadModuleStress.java \
 382  -runtime/modules/ModuleStress/ExportModuleStressTest.java \
 383  -runtime/modules/ModuleStress/ModuleStressGC.java \
 384  -runtime/NMT \
 385  -runtime/RedefineObject/TestRedefineObject.java \
 386  -runtime/RedefineTests/RedefineLeak.java \
 387  -runtime/RedefineTests/RedefinePreviousVersions.java \
 388  -runtime/RedefineTests/RedefineRunningMethods.java \
 389  -runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \
 390  -runtime/ReservedStack \
 391  -runtime/SelectionResolution/AbstractMethodErrorTest.java \
 392  -runtime/SelectionResolution/IllegalAccessErrorTest.java \
 393  -runtime/SelectionResolution/InvokeInterfaceICCE.java \
 394  -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \


< prev index next >