< prev index next >

test/TEST.groups

Print this page

        

*** 51,60 **** --- 51,79 ---- # hotspot_all = \ / + hotspot_compiler = \ + compiler + + hotspot_gc = \ + gc + + hotspot_runtime = \ + runtime + + hotspot_serviceability = \ + serviceability + + hotspot_misc = \ + / \ + -:hotspot_compiler \ + -:hotspot_gc \ + -:hotspot_runtime \ + -:hotspot_serviceability + # Full JDK can run all tests # jdk = \ :jre \ :needs_jdk
*** 251,261 **** gc/whitebox/TestConcMarkCycleWB.java hotspot_native_sanity = \ native_sanity ! hotspot_compiler_1 = \ compiler/arraycopy/ \ compiler/c1/ \ compiler/c2/ \ -compiler/c2/5091921/Test6850611.java \ -compiler/c2/5091921/Test6890943.java \ --- 270,280 ---- gc/whitebox/TestConcMarkCycleWB.java hotspot_native_sanity = \ native_sanity ! hotspot_fast_compiler_1 = \ compiler/arraycopy/ \ compiler/c1/ \ compiler/c2/ \ -compiler/c2/5091921/Test6850611.java \ -compiler/c2/5091921/Test6890943.java \
*** 266,276 **** -compiler/c2/6912517 \ -compiler/c2/6792161 \ -compiler/c2/7070134 \ -compiler/c2/8004867 ! hotspot_compiler_2 = \ compiler/classUnloading/ \ compiler/codecache/ \ compiler/codegen/ \ compiler/cpuflags/ \ compiler/dependencies/ \ --- 285,295 ---- -compiler/c2/6912517 \ -compiler/c2/6792161 \ -compiler/c2/7070134 \ -compiler/c2/8004867 ! hotspot_fast_compiler_2 = \ compiler/classUnloading/ \ compiler/codecache/ \ compiler/codegen/ \ compiler/cpuflags/ \ compiler/dependencies/ \
*** 284,294 **** compiler/interpreter/ \ compiler/jvmci/ \ -compiler/codegen/7184394 \ -compiler/codecache/stress ! hotspot_compiler_3 = \ compiler/intrinsics/ \ compiler/jsr292/ \ compiler/loopopts/ \ compiler/macronodes/ \ compiler/memoryinitialization/ \ --- 303,313 ---- compiler/interpreter/ \ compiler/jvmci/ \ -compiler/codegen/7184394 \ -compiler/codecache/stress ! hotspot_fast_compiler_3 = \ compiler/intrinsics/ \ compiler/jsr292/ \ compiler/loopopts/ \ compiler/macronodes/ \ compiler/memoryinitialization/ \
*** 305,330 **** -compiler/intrinsics/multiplytolen \ -compiler/intrinsics/sha \ -compiler/loopopts/7052494 \ -compiler/runtime/6826736 ! hotspot_compiler_closed = \ sanity/ExecuteInternalVMTests.java ! hotspot_gc = \ sanity/ExecuteInternalVMTests.java \ gc/ \ -gc/g1/TestGreyReclaimedHumongousObjects.java \ -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java ! hotspot_gc_closed = \ sanity/ExecuteInternalVMTests.java ! hotspot_gc_gcold = \ stress/gc/TestGCOld.java ! hotspot_runtime = \ runtime/ \ -runtime/ErrorHandling/ErrorHandler.java \ -runtime/RedefineObject/TestRedefineObject.java \ -runtime/8003720/Test8003720.java \ -runtime/Metaspace/FragmentMetaspace.java \ --- 324,349 ---- -compiler/intrinsics/multiplytolen \ -compiler/intrinsics/sha \ -compiler/loopopts/7052494 \ -compiler/runtime/6826736 ! hotspot_fast_compiler_closed = \ sanity/ExecuteInternalVMTests.java ! hotspot_fast_gc = \ sanity/ExecuteInternalVMTests.java \ gc/ \ -gc/g1/TestGreyReclaimedHumongousObjects.java \ -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java ! hotspot_fast_gc_closed = \ sanity/ExecuteInternalVMTests.java ! hotspot_fast_gc_gcold = \ stress/gc/TestGCOld.java ! hotspot_fast_runtime = \ runtime/ \ -runtime/ErrorHandling/ErrorHandler.java \ -runtime/RedefineObject/TestRedefineObject.java \ -runtime/8003720/Test8003720.java \ -runtime/Metaspace/FragmentMetaspace.java \
*** 349,373 **** -runtime/7158988/FieldMonitor.java \ -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ sanity/ \ testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java ! hotspot_serviceability = \ sanity/ExecuteInternalVMTests.java \ serviceability/dcmd/compiler \ serviceability/logging hotspot_jprt = \ ! :hotspot_compiler_1 \ ! :hotspot_compiler_2 \ ! :hotspot_compiler_3 \ ! :hotspot_compiler_closed \ ! :hotspot_gc \ ! :hotspot_gc_closed \ ! :hotspot_gc_gcold \ ! :hotspot_runtime \ ! :hotspot_serviceability #All tests that depends on nashorn extension. # needs_nashorn = \ compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java --- 368,392 ---- -runtime/7158988/FieldMonitor.java \ -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ sanity/ \ testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java ! hotspot_fast_serviceability = \ sanity/ExecuteInternalVMTests.java \ serviceability/dcmd/compiler \ serviceability/logging hotspot_jprt = \ ! :hotspot_fast_compiler_1 \ ! :hotspot_fast_compiler_2 \ ! :hotspot_fast_compiler_3 \ ! :hotspot_fast_compiler_closed \ ! :hotspot_fast_gc \ ! :hotspot_fast_gc_closed \ ! :hotspot_fast_gc_gcold \ ! :hotspot_fast_runtime \ ! :hotspot_fast_serviceability #All tests that depends on nashorn extension. # needs_nashorn = \ compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java
< prev index next >