< prev index next >

test/hotspot/jtreg/TEST.groups

Print this page
rev 60538 : imported patch jep387-test.patch

@@ -75,11 +75,12 @@
 hotspot_containers = \
   containers
 
 tier1_common = \
   sanity/BasicVMTest.java \
-  gtest/GTestWrapper.java
+  gtest/GTestWrapper.java \
+  gtest/MetaspaceGtests.java
 
 tier1_compiler = \
   :tier1_compiler_1 \
   :tier1_compiler_2 \
   :tier1_compiler_3 \

@@ -349,10 +350,19 @@
   runtime/modules/PatchModule/PatchModuleClassList.java \
   runtime/NMT \
   serviceability/sa \
  -runtime/cds/DeterministicDump.java
 
+# needs -nativepath:<output>/images/test/hotspot/jtreg/native/
+hotspot_metaspace = \
+  gtest/MetaspaceGtests.java \
+  gc/metaspace \
+  gc/class_unloading \
+  runtime/Metaspace \
+  vmTestbase/metaspace \
+  runtime/SelectionResolution
+
 # A subset of AppCDS tests to be run in tier1
 tier1_runtime_appcds = \
   runtime/cds/appcds/HelloTest.java \
   runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
   runtime/cds/appcds/ClassLoaderTest.java
< prev index next >