tools/pack200/BandIntegrity.java

This test is known to fail intermittently (JDK-8153815). This patch is to mark the test accordingly with keyword 'intermittent'.

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

Thanks,
Amy


--- old/test/tools/pack200/BandIntegrity.java   2016-04-12 09:45:31.000000000 
+0800
+++ new/test/tools/pack200/BandIntegrity.java   2016-04-12 09:45:31.000000000 
+0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
  * @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;


Reply via email to