changeset 5698:e567d5afd4dd

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
author hseigel
date Tue, 26 Nov 2013 16:03:57 -0500
parents 22eaa15b7960
children 2315fab779ca 8a42e81e2f9d
files test/runtime/6626217/Test6626217.sh test/runtime/6929067/Test6929067.sh test/runtime/CDSCompressedKPtrs/XShareAuto.java test/runtime/InitialThreadOverflow/testme.sh test/runtime/LoadClass/LoadClassNegative.java test/runtime/XCheckJniJsig/XCheckJSig.java test/runtime/jsig/Test8017498.sh test/runtime/memory/ReadFromNoaccessArea.java
diffstat 8 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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.
--- 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
--- 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
--- 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
--- 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
--- 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