JDK 9 RFR of JDK-8171234: Remove intermittent key from test java/nio/charset/coders/BashStreams.java
Alan Bateman
Alan.Bateman at oracle.com
Wed Dec 14 14:08:48 UTC 2016
Looks fine.
On 14/12/2016 13:06, Amy Lu wrote:
> java/nio/charset/coders/BashStreams.java
>
> This test was failing intermittently, related issue JDK-8149712 does
> not exist anymore.
> Test has been brought back to run since 9/142 and no open bugs (no
> failure reported) since then.
>
> This patch is to remove @key intermittent from the test.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8171234
> webrev: http://cr.openjdk.java.net/~amlu/8171234/webrev.00/
>
> Thanks,
> Amy
>
> --- old/test/java/nio/charset/coders/BashStreams.java 2016-12-14
> 21:03:14.000000000 +0800
> +++ new/test/java/nio/charset/coders/BashStreams.java 2016-12-14
> 21:03:14.000000000 +0800
> @@ -23,7 +23,7 @@
>
> /* @test
> * @summary Stochastic test of charset-based streams
> - * @key randomness intermittent
> + * @key randomness
> */
>
> import java.io.*;
>
>
>
More information about the core-libs-dev
mailing list