# HG changeset patch # User gtriantafill # Date 1392932325 18000 # Node ID 4510a35021667cf5c40413d6ce17b3c017dc2191 # Parent 6c9332549827c28fac9336357e98c18a1268efec 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 diff -r 6c9332549827 -r 4510a3502166 test/runtime/6925573/SortMethodsTest.java --- a/test/runtime/6925573/SortMethodsTest.java Wed Feb 19 16:22:15 2014 +0000 +++ b/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 diff -r 6c9332549827 -r 4510a3502166 test/runtime/7107135/Test7107135.sh --- a/test/runtime/7107135/Test7107135.sh Wed Feb 19 16:22:15 2014 +0000 +++ b/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 diff -r 6c9332549827 -r 4510a3502166 test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java --- a/test/runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java Wed Feb 19 16:22:15 2014 +0000 +++ b/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.*; diff -r 6c9332549827 -r 4510a3502166 test/runtime/SharedArchiveFile/CdsWriteError.java --- a/test/runtime/SharedArchiveFile/CdsWriteError.java Wed Feb 19 16:22:15 2014 +0000 +++ b/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.*; diff -r 6c9332549827 -r 4510a3502166 test/runtime/SharedArchiveFile/DefaultUseWithClient.java --- a/test/runtime/SharedArchiveFile/DefaultUseWithClient.java Wed Feb 19 16:22:15 2014 +0000 +++ b/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.*;