< prev index next >

test/TEST.groups

Print this page
@  rev 9017 : 8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u
|  Reviewed-by: adinn, shade
~

@@ -122,11 +122,10 @@
   :compact2 \
   :needs_compact3 \
  -:needs_jre \
  -:needs_jdk
 
-
 # When called from top level the test suites use the hotspot_ prefix
 hotspot_wbapitest = \
   sanity/
 
 hotspot_compiler = \

@@ -145,10 +144,15 @@
 hotspot_all = \
   :hotspot_compiler \
   :hotspot_gc \
   :hotspot_runtime \
   :hotspot_serviceability
+
+# Right now tier1 runs all hotspot tests
+hotspot_tier1 = \
+  :jdk
+
 # Tests that require compact3 API's
 #
 needs_compact3 = \
   compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \
   compiler/rangechecks/TestRangeCheckSmearing.java \
< prev index next >