8028160: [TESTBUG] Exclude failing (runtime) jtreg tests using @ignore

Tue, 26 Nov 2013 16:03:57 -0500

author
hseigel
date
Tue, 26 Nov 2013 16:03:57 -0500
changeset 6133
e567d5afd4dd
parent 6132
22eaa15b7960
child 6135
2315fab779ca
child 6142
8a42e81e2f9d

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

test/runtime/6626217/Test6626217.sh file | annotate | diff | comparison | revisions
test/runtime/6929067/Test6929067.sh file | annotate | diff | comparison | revisions
test/runtime/CDSCompressedKPtrs/XShareAuto.java file | annotate | diff | comparison | revisions
test/runtime/InitialThreadOverflow/testme.sh file | annotate | diff | comparison | revisions
test/runtime/LoadClass/LoadClassNegative.java file | annotate | diff | comparison | revisions
test/runtime/XCheckJniJsig/XCheckJSig.java file | annotate | diff | comparison | revisions
test/runtime/jsig/Test8017498.sh file | annotate | diff | comparison | revisions
test/runtime/memory/ReadFromNoaccessArea.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/6626217/Test6626217.sh	Tue Nov 26 09:52:22 2013 -0500
     1.2 +++ b/test/runtime/6626217/Test6626217.sh	Tue Nov 26 16:03:57 2013 -0500
     1.3 @@ -21,7 +21,8 @@
     1.4  #  questions.
     1.5  # 
     1.6  
     1.7 - 
     1.8 +
     1.9 +# @ignore 8028733
    1.10  # @test @(#)Test6626217.sh
    1.11  # @bug 6626217
    1.12  # @summary Loader-constraint table allows arrays instead of only the base-classes
     2.1 --- a/test/runtime/6929067/Test6929067.sh	Tue Nov 26 09:52:22 2013 -0500
     2.2 +++ b/test/runtime/6929067/Test6929067.sh	Tue Nov 26 16:03:57 2013 -0500
     2.3 @@ -1,6 +1,7 @@
     2.4  #!/bin/sh
     2.5  
     2.6  ##
     2.7 +## @ignore 8028740
     2.8  ## @test Test6929067.sh
     2.9  ## @bug 6929067
    2.10  ## @bug 8021296
     3.1 --- a/test/runtime/CDSCompressedKPtrs/XShareAuto.java	Tue Nov 26 09:52:22 2013 -0500
     3.2 +++ b/test/runtime/CDSCompressedKPtrs/XShareAuto.java	Tue Nov 26 16:03:57 2013 -0500
     3.3 @@ -22,6 +22,7 @@
     3.4   */
     3.5  
     3.6  /*
     3.7 + * @ignore 8026154
     3.8   * @test
     3.9   * @bug 8005933
    3.10   * @summary Test that -Xshare:auto uses CDS when explicitly specified with -server.
     4.1 --- a/test/runtime/InitialThreadOverflow/testme.sh	Tue Nov 26 09:52:22 2013 -0500
     4.2 +++ b/test/runtime/InitialThreadOverflow/testme.sh	Tue Nov 26 16:03:57 2013 -0500
     4.3 @@ -21,6 +21,7 @@
     4.4  # or visit www.oracle.com if you need additional information or have any
     4.5  # questions.
     4.6  
     4.7 +# @ignore 8029139
     4.8  # @test testme.sh
     4.9  # @bug 8009062
    4.10  # @summary Poor performance of JNI AttachCurrentThread after fix for 7017193
     5.1 --- a/test/runtime/LoadClass/LoadClassNegative.java	Tue Nov 26 09:52:22 2013 -0500
     5.2 +++ b/test/runtime/LoadClass/LoadClassNegative.java	Tue Nov 26 16:03:57 2013 -0500
     5.3 @@ -22,6 +22,7 @@
     5.4   */
     5.5  
     5.6  /*
     5.7 + * @ignore 8028095
     5.8   * @test
     5.9   * @key regression
    5.10   * @bug 8020675
     6.1 --- a/test/runtime/XCheckJniJsig/XCheckJSig.java	Tue Nov 26 09:52:22 2013 -0500
     6.2 +++ b/test/runtime/XCheckJniJsig/XCheckJSig.java	Tue Nov 26 16:03:57 2013 -0500
     6.3 @@ -22,6 +22,7 @@
     6.4   */
     6.5  
     6.6  /*
     6.7 + * @ignore 8023735
     6.8   * @test
     6.9   * @bug 7051189 8023393
    6.10   * @summary Need to suppress info message if -Xcheck:jni is used with libjsig.so
     7.1 --- a/test/runtime/jsig/Test8017498.sh	Tue Nov 26 09:52:22 2013 -0500
     7.2 +++ b/test/runtime/jsig/Test8017498.sh	Tue Nov 26 16:03:57 2013 -0500
     7.3 @@ -24,6 +24,7 @@
     7.4  #
     7.5  
     7.6  ##
     7.7 +## @ignore 8028806
     7.8  ## @test Test8017498.sh
     7.9  ## @bug 8017498
    7.10  ## @bug 8020791
     8.1 --- a/test/runtime/memory/ReadFromNoaccessArea.java	Tue Nov 26 09:52:22 2013 -0500
     8.2 +++ b/test/runtime/memory/ReadFromNoaccessArea.java	Tue Nov 26 16:03:57 2013 -0500
     8.3 @@ -22,6 +22,7 @@
     8.4   */
     8.5  
     8.6  /*
     8.7 + * @ignore 8028398
     8.8   * @test
     8.9   * @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
    8.10   * @library /testlibrary /testlibrary/whitebox

mercurial