JDK 9 RFR of JDK-8151286: Remove intermittent key from TestLocalTime.java and move back to tier1

joe darcy joe.darcy at oracle.com
Fri Mar 4 18:27:40 UTC 2016


Hi Amy,

Looks good; thanks,

-Joe

On 3/4/2016 6:35 AM, Amy Lu wrote:
> java/util/zip/TestLocalTime.java
>
> This test was failing intermittently (reported in JDK-8135108). 
> JDK-8135108 has been resolved and no open bug (no failure reported) 
> till now.
>
> This patch is to remove @key intermittent from the test and move it 
> back to tier1.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8151286
> webrev: http://cr.openjdk.java.net/~amlu/8151286/webrev.01/
>
> Thanks,
> Amy
>
>
> --- old/test/TEST.groups    2016-03-04 22:22:13.000000000 +0800
> +++ new/test/TEST.groups    2016-03-04 22:22:13.000000000 +0800
> @@ -28,7 +28,6 @@
>  tier1 = \
>      :jdk_lang \
>      -java/lang/ProcessHandle/TreeTest.java \
> -    -java/util/zip/TestLocalTime.java \
>      :jdk_util \
>      -java/util/WeakHashMap/GCDuringIteration.java \
>      -java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java \
> @@ -40,7 +39,6 @@
>
>  tier2 = \
>      java/lang/ProcessHandle/TreeTest.java \
> -    java/util/zip/TestLocalTime.java \
>      java/util/WeakHashMap/GCDuringIteration.java \
>      java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java \
>      java/util/concurrent/forkjoin/FJExceptionTableLeak.java \
> --- old/test/java/util/zip/TestLocalTime.java    2016-03-04 
> 22:22:13.000000000 +0800
> +++ new/test/java/util/zip/TestLocalTime.java    2016-03-04 
> 22:22:13.000000000 +0800
> @@ -24,7 +24,6 @@
>  /*
>   * @test
>   * @bug 8075526 8135108
> - * @key intermittent
>   * @summary Test timestamp via ZipEntry.get/setTimeLocal()
>   */
>
>




More information about the core-libs-dev mailing list