< prev index next >

hotspot/test/TEST.ROOT

Print this page

        

@@ -25,11 +25,11 @@
 
 # This file identifies the root of the test-suite hierarchy.
 # It also contains test-suite configuration information.
 
 # The list of keywords supported in this test suite
-keys=aot cte_test jcmd nmt regression gc stress
+keys=cte_test jcmd nmt regression gc stress
 
 groups=TEST.groups [closed/TEST.groups]
 
 # Source files for classes that will be used at the beginning of each test suite run,
 # to determine additional characteristics of the system for use with the @requires tag.

@@ -48,11 +48,12 @@
     vm.jvmci \
     vm.emulatedClient \
     vm.cpu.features \
     vm.debug \
     vm.rtm.cpu \
-    vm.rtm.os
+    vm.rtm.os \
+    vm.aot
 
 # Tests using jtreg 4.2 b07 features
 requiredVersion=4.2 b07
 
 # Path to libraries in the topmost test directory. This is needed so @library
< prev index next >