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

2017-05-18 Thread Mandy Chung
+1

Mandy

> On May 18, 2017, at 3:59 PM, Brent Christian  
> wrote:
> 
> 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 +
> +++ 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



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

2017-05-18 Thread Joseph D. Darcy

Sounds fine Brent; thanks,

-Joe

On 5/18/2017 3:59 PM, Brent Christian wrote:

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.javaThu May 18 16:48:37 
2017 +
+++ b/test/java/lang/ClassLoader/Assert.javaThu 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




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

2017-05-18 Thread Brent Christian

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.javaThu May 18 16:48:37 2017 +
+++ b/test/java/lang/ClassLoader/Assert.javaThu 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