RFR of JDK 8168505: Remove the intermittent keyword from java/util/Arrays/ParallelPrefix.java

Amy Lu amy.lu at oracle.com
Tue Oct 25 01:31:46 UTC 2016


Looks fine.

(I'm not an official reviewer.)

Thanks,
Amy

On 10/25/16 9:22 AM, Hamlin Li wrote:
> bug: https://bugs.openjdk.java.net/browse/JDK-8168505
>
> webrev: http://cr.openjdk.java.net/~mli/8168505/webrev.00/
>
> Test ( java/util/Arrays/ParallelPrefix.java) was failing 
> intermittently, related bug (JDK-8080165 
> <https://bugs.openjdk.java.net/browse/JDK-8080165>) has been proved 
> not reproduced. No open bug and no failure reported.
> "@key intermittent" could be removed from test.
>
> Thank you
> -Hamlin
>
>
> diff -r 5651fa4f1478 test/java/util/Arrays/ParallelPrefix.java
> --- a/test/java/util/Arrays/ParallelPrefix.java    Sat Oct 22 17:03:17 
> 2016 +0300
> +++ b/test/java/util/Arrays/ParallelPrefix.java    Mon Oct 24 18:15:44 
> 2016 -0700
> @@ -26,7 +26,6 @@
>   * @summary unit test for Arrays.ParallelPrefix().
>   * @author Tristan Yan
>   * @run testng ParallelPrefix
> - * @key intermittent
>   */
>



More information about the core-libs-dev mailing list