RFR 9 : 8180633 : Remove intermittent key from java/lang/ClassLoader/Assert.java

Brent Christian brent.christian at oracle.com
Thu May 18 22:59:44 UTC 2017


Hi,

The test:
   java/lang/ClassLoader/Assert.java

has been passing consistently on our automated test systems for quite a 
while.  The last recorded failure I found happened ~18 months ago.

I propose that the 'intermittent' jtreg key be removed from this test:

--
diff -r ee3280639210 test/java/lang/ClassLoader/Assert.java
--- a/test/java/lang/ClassLoader/Assert.java	Thu May 18 16:48:37 2017 +0000
+++ b/test/java/lang/ClassLoader/Assert.java	Thu May 18 15:50:23 2017 -0700
@@ -28,7 +28,7 @@
   * @run main/othervm Assert
   * @summary Test the assertion facility
   * @author Mike McCloskey
- * @key randomness intermittent
+ * @key randomness
   */

  import package1.*;
--

Thanks,
-Brent


More information about the core-libs-dev mailing list