< prev index next >

test/TEST.groups

Print this page
rev 7558 : 8067452: Rename hotspot_all in hotspot/test/TEST.groups

@@ -48,10 +48,13 @@
 # runs all tests. While
 #   jtreg :compact2
 # runs those tests that only require compact1 and compact2 API's.
 #
 
+hotspot_all = \
+  /
+
 # Full JDK can run all tests
 #
 jdk = \
   :jre \
   :needs_jdk

@@ -430,17 +433,19 @@
 
 hotspot_serviceability = \
   sanity/ExecuteInternalVMTests.java \
   serviceability/dcmd/compiler
 
-hotspot_all = \
+hotspot_jprt = \
+  :hotspot_wbapitest \
   :hotspot_compiler_1 \
   :hotspot_compiler_2 \
   :hotspot_compiler_3 \
   :hotspot_compiler_closed \
   :hotspot_gc \
   :hotspot_runtime \
+  :hotspot_runtime_closed \
   :hotspot_serviceability
 
 #All tests that depends on nashorn extension.
 #
 needs_nashorn = \
< prev index next >