8150427: Demote ToolReloadTest.java and mark as intermittently failing
Reviewed-by: jjg
This commit is contained in:
parent
0698afcea9
commit
68832ef0f6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user