8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly
authorgtriantafill
Thu, 20 Feb 2014 16:38:45 -0500
changeset 22892 1709e0e0b87c
parent 22891 1f5d1fff23fa
child 22893 e3a2b513713a
8034898: [TESTBUG]: Zero failure project - tag all Runtime JTReg bugs that fail nightly Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com
hotspot/test/runtime/6925573/SortMethodsTest.java
hotspot/test/runtime/7107135/Test7107135.sh
hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java
hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java
--- a/hotspot/test/runtime/6925573/SortMethodsTest.java	Wed Feb 19 16:22:15 2014 +0000
+++ b/hotspot/test/runtime/6925573/SortMethodsTest.java	Thu Feb 20 16:38:45 2014 -0500
@@ -47,6 +47,7 @@
 import javax.tools.ToolProvider;
 
 /*
+ * @ignore 6959423
  * @test SortMethodsTest
  * @bug 6925573
  * @summary verify that class loading does not need quadratic time with regard to the number of class
--- a/hotspot/test/runtime/7107135/Test7107135.sh	Wed Feb 19 16:22:15 2014 +0000
+++ b/hotspot/test/runtime/7107135/Test7107135.sh	Thu Feb 20 16:38:45 2014 -0500
@@ -25,6 +25,7 @@
 #
 
 ##
+## @ignore 8025519
 ## @test Test7107135.sh
 ## @bug 7107135
 ## @bug 8021296
--- a/hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java	Wed Feb 19 16:22:15 2014 +0000
+++ b/hotspot/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java	Thu Feb 20 16:38:45 2014 -0500
@@ -22,6 +22,7 @@
  */
 
 /*
+ * @ignore 8025642
  * @test CdsDifferentObjectAlignment
  * @summary Testing CDS (class data sharing) using varying object alignment.
  *          Using different object alignment for each dump/load pair.
@@ -29,6 +30,7 @@
  *          is different from object alignment for creating a CDS file
  *          should fail when loading.
  * @library /testlibrary
+ * @bug 8025642
  */
 
 import com.oracle.java.testlibrary.*;
--- a/hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java	Wed Feb 19 16:22:15 2014 +0000
+++ b/hotspot/test/runtime/SharedArchiveFile/CdsWriteError.java	Thu Feb 20 16:38:45 2014 -0500
@@ -22,12 +22,14 @@
  */
 
 /*
+ * @ignore 8032222
  * @test CdsWriteError
  * @summary Test how VM handles situation when it is impossible to write the
  *          CDS archive. VM is expected to exit gracefully and display the
  *          correct reason for the error.
  * @library /testlibrary
  * @run main CdsWriteError
+ * @bug 8032222
  */
 
 import com.oracle.java.testlibrary.*;
--- a/hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java	Wed Feb 19 16:22:15 2014 +0000
+++ b/hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java	Thu Feb 20 16:38:45 2014 -0500
@@ -22,10 +22,12 @@
  */
 
 /*
+ * @ignore 8032224
  * @test DefaultUseWithClient
  * @summary Test default behavior of sharing with -client
  * @library /testlibrary
  * @run main DefaultUseWithClient
+ * @bug 8032224
  */
 
 import com.oracle.java.testlibrary.*;