java/util/concurrent/Phaser/Basic.java fails intermittently (JDK-8141031).

This patch is to mark the test with keyword 'intermittent' and moved it to tier 2 until the problem is addressed.

bug: https://bugs.openjdk.java.net/browse/JDK-8142370
webrev: http://cr.openjdk.java.net/~amlu/8142370/webrev.00/

Thanks,
Amy


--- old/test/TEST.groups    2015-11-10 10:50:40.000000000 +0800
+++ new/test/TEST.groups    2015-11-10 10:50:40.000000000 +0800
@@ -30,6 +30,7 @@
     -java/lang/ProcessHandle/TreeTest.java \
     -java/util/zip/TestLocalTime.java \
     :jdk_util \
+    -java/util/concurrent/Phaser/Basic.java \
     sun/nio/cs/ISO8859x.java \
     java/nio/Buffer \
     com/sun/crypto/provider/Cipher \
@@ -38,6 +39,7 @@
 tier2 = \
     java/lang/ProcessHandle/TreeTest.java \
     java/util/zip/TestLocalTime.java \
+    java/util/concurrent/Phaser/Basic.java \
     :jdk_io \
     :jdk_nio \
     -sun/nio/cs/ISO8859x.java \
--- old/test/java/util/concurrent/Phaser/Basic.java 2015-11-10 10:50:41.000000000 +0800 +++ new/test/java/util/concurrent/Phaser/Basic.java 2015-11-10 10:50:41.000000000 +0800
@@ -34,6 +34,7 @@
 /*
  * @test
  * @bug 6445158
+ * @key intermittent
  * @summary Basic tests for Phaser
  * @author Chris Hegarty
  */

Reply via email to