langtools/test/TEST.groups
changeset 36154 63cd939d7e20
parent 35426 374342e56a56
child 37856 443bdc8a8b7c
--- a/langtools/test/TEST.groups	Mon Feb 22 16:17:25 2016 -0800
+++ b/langtools/test/TEST.groups	Tue Feb 23 11:17:02 2016 -0800
@@ -22,15 +22,17 @@
 
 # Tiered testing definitions
 
-# All langtools tests are tier 1.
+# (Nearly) all langtools tests are tier 1.
 tier1 = \
     com \
     jdk \
     lib \
-    tools
+    tools \
+    -jdk/jshell/ToolReloadTest.java
 
-# No langtools tests are tier 2.
-tier2 = 
+# (Almost) no langtools tests are tier 2.
+tier2 = \
+    jdk/jshell/ToolReloadTest.java
 
 # No langtools tests are tier 3 either.
 tier3 =