8150427: Demote ToolReloadTest.java and mark as intermittently failing

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2016-02-23 11:17:02 -08:00
parent 0698afcea9
commit 68832ef0f6
2 changed files with 7 additions and 4 deletions
langtools/test

@ -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 =

@ -23,6 +23,7 @@
/*
* @test
* @key intermittent
* @bug 8081845 8147898
* @summary Tests for /reload in JShell tool
* @modules jdk.compiler/com.sun.tools.javac.api