8156158: Mark ToolLocaleMessageTest.java as intermittently failing, demote to tier 2
Reviewed-by: jlahoda
This commit is contained in:
parent
ca6c12a7d5
commit
9f8999fdf0
@ -28,11 +28,13 @@ tier1 = \
|
||||
jdk \
|
||||
lib \
|
||||
tools \
|
||||
-jdk/jshell/ToolReloadTest.java
|
||||
-jdk/jshell/ToolReloadTest.java \
|
||||
-jdk/jshell/ToolLocaleMessageTest.java
|
||||
|
||||
# (Almost) no langtools tests are tier 2.
|
||||
tier2 = \
|
||||
jdk/jshell/ToolReloadTest.java
|
||||
jdk/jshell/ToolReloadTest.java \
|
||||
jdk/jshell/ToolLocaleMessageTest.java
|
||||
|
||||
# No langtools tests are tier 3 either.
|
||||
tier3 =
|
||||
|
@ -32,6 +32,7 @@
|
||||
* jdk.jshell/jdk.internal.jshell.tool
|
||||
* @build KullaTesting TestingInputStream toolbox.ToolBox Compiler
|
||||
* @run testng ToolLocaleMessageTest
|
||||
* @key intermittent
|
||||
*/
|
||||
|
||||
import java.util.Locale;
|
||||
|
Loading…
Reference in New Issue
Block a user