# HG changeset patch # User hseigel # Date 1385499837 18000 # Node ID e567d5afd4ddb8902b46e4be8d7640d81c48c723 # Parent 22eaa15b79602c2370056d453dc00a887d604384 8028160: [TESTBUG] Exclude failing (runtime) jtreg tests using @ignore Summary: Use @ignore to exclude failing tests Reviewed-by: coleenp, ctornqvi, mseledtsov Contributed-by: george.triantafillou@oracle.com diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/6626217/Test6626217.sh --- a/test/runtime/6626217/Test6626217.sh Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/6626217/Test6626217.sh Tue Nov 26 16:03:57 2013 -0500 @@ -21,7 +21,8 @@ # questions. # - + +# @ignore 8028733 # @test @(#)Test6626217.sh # @bug 6626217 # @summary Loader-constraint table allows arrays instead of only the base-classes diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/6929067/Test6929067.sh --- a/test/runtime/6929067/Test6929067.sh Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/6929067/Test6929067.sh Tue Nov 26 16:03:57 2013 -0500 @@ -1,6 +1,7 @@ #!/bin/sh ## +## @ignore 8028740 ## @test Test6929067.sh ## @bug 6929067 ## @bug 8021296 diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/CDSCompressedKPtrs/XShareAuto.java --- a/test/runtime/CDSCompressedKPtrs/XShareAuto.java Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/CDSCompressedKPtrs/XShareAuto.java Tue Nov 26 16:03:57 2013 -0500 @@ -22,6 +22,7 @@ */ /* + * @ignore 8026154 * @test * @bug 8005933 * @summary Test that -Xshare:auto uses CDS when explicitly specified with -server. diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/InitialThreadOverflow/testme.sh --- a/test/runtime/InitialThreadOverflow/testme.sh Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/InitialThreadOverflow/testme.sh Tue Nov 26 16:03:57 2013 -0500 @@ -21,6 +21,7 @@ # or visit www.oracle.com if you need additional information or have any # questions. +# @ignore 8029139 # @test testme.sh # @bug 8009062 # @summary Poor performance of JNI AttachCurrentThread after fix for 7017193 diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/LoadClass/LoadClassNegative.java --- a/test/runtime/LoadClass/LoadClassNegative.java Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/LoadClass/LoadClassNegative.java Tue Nov 26 16:03:57 2013 -0500 @@ -22,6 +22,7 @@ */ /* + * @ignore 8028095 * @test * @key regression * @bug 8020675 diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/XCheckJniJsig/XCheckJSig.java --- a/test/runtime/XCheckJniJsig/XCheckJSig.java Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/XCheckJniJsig/XCheckJSig.java Tue Nov 26 16:03:57 2013 -0500 @@ -22,6 +22,7 @@ */ /* + * @ignore 8023735 * @test * @bug 7051189 8023393 * @summary Need to suppress info message if -Xcheck:jni is used with libjsig.so diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/jsig/Test8017498.sh --- a/test/runtime/jsig/Test8017498.sh Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/jsig/Test8017498.sh Tue Nov 26 16:03:57 2013 -0500 @@ -24,6 +24,7 @@ # ## +## @ignore 8028806 ## @test Test8017498.sh ## @bug 8017498 ## @bug 8020791 diff -r 22eaa15b7960 -r e567d5afd4dd test/runtime/memory/ReadFromNoaccessArea.java --- a/test/runtime/memory/ReadFromNoaccessArea.java Tue Nov 26 09:52:22 2013 -0500 +++ b/test/runtime/memory/ReadFromNoaccessArea.java Tue Nov 26 16:03:57 2013 -0500 @@ -22,6 +22,7 @@ */ /* + * @ignore 8028398 * @test * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION * @library /testlibrary /testlibrary/whitebox