JDK 9 RFR of JDK-8154980: Remove intermittent key from test BandIntegrity.java

Amy Lu amy.lu at oracle.com
Mon May 30 07:33:08 UTC 2016


tools/pack200/BandIntegrity.java

This test was failing intermittently (JDK-8154049). Mentioned issues 
have been resolved and no open bug (no failure reported) till now.

This patch is to remove @key intermittent from the test.

bug: https://bugs.openjdk.java.net/browse/JDK-8154980
webrev: http://cr.openjdk.java.net/~amlu/8154980/webrev.00/


Thanks,
Amy


--- old/test/tools/pack200/BandIntegrity.java	2016-05-30 15:28:53.000000000 +0800
+++ new/test/tools/pack200/BandIntegrity.java	2016-05-30 15:28:53.000000000 +0800
@@ -26,7 +26,6 @@
   * @summary test ensures the proper sequencing of bands, dump bands as well.
   * @compile -XDignore.symbol.file Utils.java BandIntegrity.java
   * @run main BandIntegrity
- * @key intermittent
   * @author ksrini
   */
  import java.io.File;






More information about the core-libs-dev mailing list