/hg/icedtea6: Update CACAO patch for b18.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Feb 19 07:34:50 PST 2010
changeset a6ee397f4b59 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a6ee397f4b59
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Feb 19 15:34:31 2010 +0000
Update CACAO patch for b18.
2010-02-19 Andrew John Hughes <ahughes at redhat.com>
* patches/icedtea-cacao-ignore-jdi-tests.patch:
Updated for b18.
diffstat:
2 files changed, 1453 insertions(+), 1311 deletions(-)
ChangeLog | 5
patches/icedtea-cacao-ignore-jdi-tests.patch | 2759 +++++++++++++-------------
diffs (truncated from 2820 to 500 lines):
diff -r 6bac0de50532 -r a6ee397f4b59 ChangeLog
--- a/ChangeLog Fri Feb 19 14:20:23 2010 +0000
+++ b/ChangeLog Fri Feb 19 15:34:31 2010 +0000
@@ -1,3 +1,8 @@ 2010-02-19 Andrew John Hughes <ahughes@
+2010-02-19 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/icedtea-cacao-ignore-jdi-tests.patch:
+ Updated for b18.
+
2010-02-19 Andrew John Hughes <ahughes at redhat.com>
* acinclude.m4:
diff -r 6bac0de50532 -r a6ee397f4b59 patches/icedtea-cacao-ignore-jdi-tests.patch
--- a/patches/icedtea-cacao-ignore-jdi-tests.patch Fri Feb 19 14:20:23 2010 +0000
+++ b/patches/icedtea-cacao-ignore-jdi-tests.patch Fri Feb 19 15:34:31 2010 +0000
@@ -1,5 +1,1370 @@
---- openjdk/jdk/test/com/sun/jdi/TemplateTest.java.orig 2008-08-28 08:19:47.000000000 +0000
-+++ openjdk/jdk/test/com/sun/jdi/TemplateTest.java 2008-10-19 15:21:54.000000000 +0000
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AcceptTimeout.java openjdk/jdk/test/com/sun/jdi/AcceptTimeout.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AcceptTimeout.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AcceptTimeout.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 6198277
+ * @summary Test that each ListeningConnector that supports a "timeout" argument will
+ * timeout with TransportTimeoutException
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AccessSpecifierTest.java openjdk/jdk/test/com/sun/jdi/AccessSpecifierTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AccessSpecifierTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AccessSpecifierTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4359628
+ * @summary Test fix for JDI: methods Accessible.is...() lie about array types
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AfterThreadDeathTest.java openjdk/jdk/test/com/sun/jdi/AfterThreadDeathTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AfterThreadDeathTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AfterThreadDeathTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4364671
+ * @summary Creating a StepRequest on a nonexistant thread fails
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/AllLineLocations.java openjdk/jdk/test/com/sun/jdi/AllLineLocations.java
+--- openjdk.orig/jdk/test/com/sun/jdi/AllLineLocations.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AllLineLocations.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4248728
+ * @summary Test ReferenceType.allLineLocations
+ * @author Gordon Hirsch
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ArgumentValuesTest.java openjdk/jdk/test/com/sun/jdi/ArgumentValuesTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ArgumentValuesTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArgumentValuesTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -1,5 +1,6 @@
+ /** hard coded linenumbers in other tests - DO NOT CHANGE
+ * @test/nodynamiccopyright/
++ * @ignore cacao nyi
+ * @bug 4490824
+ * @summary JDI: provide arguments when no debug attributes present
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh openjdk/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArrayLengthDumpTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4422141 4695338
+ # @summary TTY: .length field for arrays in print statements in jdb not recognized
+ # TTY: dump <ArrayReference> command not implemented.
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ArrayRangeTest.java openjdk/jdk/test/com/sun/jdi/ArrayRangeTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ArrayRangeTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArrayRangeTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4439631
+ * @bug 4448721
+ * @bug 4448603
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/BacktraceFieldTest.java openjdk/jdk/test/com/sun/jdi/BacktraceFieldTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/BacktraceFieldTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/BacktraceFieldTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4446677
+ * @summary debuggee crashes when debugging under jbuilder
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/BadHandshakeTest.java openjdk/jdk/test/com/sun/jdi/BadHandshakeTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/BadHandshakeTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/BadHandshakeTest.java 2010-02-19 15:01:46.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 6306165 6432567
+ * @summary Check that a bad handshake doesn't cause a debuggee to abort
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/BreakpointTest.java openjdk/jdk/test/com/sun/jdi/BreakpointTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/BreakpointTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/BreakpointTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 6496524
+ * @summary Setting breakpoint in jdb crashes Hotspot JVM
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CatchAllTest.sh openjdk/jdk/test/com/sun/jdi/CatchAllTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CatchAllTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CatchAllTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4749692
+ # @summary REGRESSION: jdb rejects the syntax catch java.lang.IndexOutOfBoundsException
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CatchCaughtTest.sh openjdk/jdk/test/com/sun/jdi/CatchCaughtTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CatchCaughtTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CatchCaughtTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4788864
+ # @summary TTY: 'catch caught' with no class pattern throws NullPointerException
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CatchPatternTest.sh openjdk/jdk/test/com/sun/jdi/CatchPatternTest.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CatchPatternTest.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CatchPatternTest.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4671838
+ # @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ClassesByName2Test.java openjdk/jdk/test/com/sun/jdi/ClassesByName2Test.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ClassesByName2Test.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassesByName2Test.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4406439 4925740
+ * @summary ClassesByName2 verifies that all the classes in the loaded class list can be found with classesByName..
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ClassesByName.java openjdk/jdk/test/com/sun/jdi/ClassesByName.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ClassesByName.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassesByName.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4287992
+ * @author Robert Field
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java openjdk/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassLoaderClassesTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4450091
+ * @summary Test ClassLoaderReference.visibleClasses() which is
+ * a direct pass-through of the JVMDI function GetClassLoaderClasses
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh openjdk/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4507088
+ # @summary TTY: Add a comment delimiter to the jdb command set
+ # @author Tim Bell
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CompatibleConnectors.java openjdk/jdk/test/com/sun/jdi/CompatibleConnectors.java
+--- openjdk.orig/jdk/test/com/sun/jdi/CompatibleConnectors.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CompatibleConnectors.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4287596
+ * @summary Unit test for "Pluggable Connectors and Transports" feature.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java openjdk/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java
+--- openjdk.orig/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java 2010-02-17 03:14:51.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4287596
+ * @summary Unit test for "Pluggable Connectors and Transports" feature.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java openjdk/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java
+--- openjdk.orig/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java 2010-02-17 03:14:51.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/connect/spi/GeneratedConnectors.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4287596
+ * @summary Unit test for "Pluggable Connectors and Transports" feature.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh openjdk/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh 2010-02-17 03:14:51.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/connect/spi/JdiLoadedByCustomLoader.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 5055681
+ # @summary Test loading JDI classes via custom class loader
+
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ConnectedVMs.java openjdk/jdk/test/com/sun/jdi/ConnectedVMs.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ConnectedVMs.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ConnectedVMs.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4329140
+ * @author Robert Field
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ConstantPoolInfo.java openjdk/jdk/test/com/sun/jdi/ConstantPoolInfo.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ConstantPoolInfo.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ConstantPoolInfo.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 5024104
+ * @summary Test ReferenceType.majorVersion(), minorVersion, constantPoolCount and ConstantPool apis.
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CountEvent.java openjdk/jdk/test/com/sun/jdi/CountEvent.java
+--- openjdk.orig/jdk/test/com/sun/jdi/CountEvent.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CountEvent.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4315352
+ * @summary disabling EventRequest expired with addCountFilter() throws
+ * InternalException.
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/CountFilterTest.java openjdk/jdk/test/com/sun/jdi/CountFilterTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/CountFilterTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CountFilterTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4321339
+ * @summary Check correct processing of filters after a count filter
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/DebuggerThreadTest.java openjdk/jdk/test/com/sun/jdi/DebuggerThreadTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/DebuggerThreadTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DebuggerThreadTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4513488
+ * @summary Test for JDI: Internal JDI helper threads should setDaemon(true)
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/DeleteAllBkptsTest.java openjdk/jdk/test/com/sun/jdi/DeleteAllBkptsTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/DeleteAllBkptsTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DeleteAllBkptsTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4528948
+ * @summary Unable to finish a debugging in NetBeans IDE
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/DeleteEventRequestsTest.java openjdk/jdk/test/com/sun/jdi/DeleteEventRequestsTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/DeleteEventRequestsTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DeleteEventRequestsTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4331872
+ * @summary erm.deleteEventRequests(erm.breakpointRequests()) throws exception
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/DeoptimizeWalk.sh openjdk/jdk/test/com/sun/jdi/DeoptimizeWalk.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/DeoptimizeWalk.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DeoptimizeWalk.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4525714
+ # @summary jtreg test PopAsynchronousTest fails in build 85 with -Xcomp
+ # @author Jim Holmlund/Swamy Venkataramanappa
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/DoubleAgentTest.java openjdk/jdk/test/com/sun/jdi/DoubleAgentTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/DoubleAgentTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DoubleAgentTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 6354345
+ * @summary Check that a double agent request fails
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/EarlyReturnNegativeTest.java openjdk/jdk/test/com/sun/jdi/EarlyReturnNegativeTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/EarlyReturnNegativeTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EarlyReturnNegativeTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 6431735
+ * @summary Unexpected ClassCastException in ThreadReference.forceEarlyReturn
+ * @author Jim Holmlund
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/EarlyReturnTest.java openjdk/jdk/test/com/sun/jdi/EarlyReturnTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/EarlyReturnTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EarlyReturnTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /*
+ * @test
++ * @ignore cacao nyi
+ * @bug 6175634
+ * @summary Allow early return from methods
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/EnumTest.java openjdk/jdk/test/com/sun/jdi/EnumTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/EnumTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EnumTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4728816
+ * @summary JPDA: Add support for enums
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/EvalArgs.sh openjdk/jdk/test/com/sun/jdi/EvalArgs.sh
+--- openjdk.orig/jdk/test/com/sun/jdi/EvalArgs.sh 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EvalArgs.sh 2010-02-19 14:59:03.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4663146
+ # @summary Arguments match no method error
+ # @author Jim Holmlund/Suvasis
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/EventQueueDisconnectTest.java openjdk/jdk/test/com/sun/jdi/EventQueueDisconnectTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/EventQueueDisconnectTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EventQueueDisconnectTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4425852
+ * @author Robert Field
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ExceptionEvents.java openjdk/jdk/test/com/sun/jdi/ExceptionEvents.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ExceptionEvents.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ExceptionEvents.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4407397
+ * @summary Test the requesting of exception events
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ExclusiveBind.java openjdk/jdk/test/com/sun/jdi/ExclusiveBind.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ExclusiveBind.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ExclusiveBind.java 2010-02-19 14:59:03.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4531526
+ * @summary Test that more than one debuggee cannot bind to same port
+ * at the same time.
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/ExpiredRequestDeletionTest.java openjdk/jdk/test/com/sun/jdi/ExpiredRequestDeletionTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/ExpiredRequestDeletionTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ExpiredRequestDeletionTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4453310
+ * @summary Test the deletion of event requests that are expired
+ * by virtue of addCountFilter.
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/FetchLocals.java openjdk/jdk/test/com/sun/jdi/FetchLocals.java
+--- openjdk.orig/jdk/test/com/sun/jdi/FetchLocals.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FetchLocals.java 2010-02-19 14:59:03.000000000 +0000
+@@ -1,5 +1,6 @@
+ /** hard coded linenumbers in test - DO NOT CHANGE
+ * @test/nodynamiccopyright/
++ * @ignore cacao nyi
+ * @bug 4386002 4429245
+ * @summary Test fix for: Incorrect values reported for some locals of type long
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/FieldWatchpoints.java openjdk/jdk/test/com/sun/jdi/FieldWatchpoints.java
+--- openjdk.orig/jdk/test/com/sun/jdi/FieldWatchpoints.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FieldWatchpoints.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4408582
+ * @summary Test fix for: JDWP: WatchpointEvents outside of class filtered out
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/FilterMatch.java openjdk/jdk/test/com/sun/jdi/FilterMatch.java
+--- openjdk.orig/jdk/test/com/sun/jdi/FilterMatch.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FilterMatch.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4331522
+ * @summary addClassFilter("Foo") acts like "Foo*"
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/FilterNoMatch.java openjdk/jdk/test/com/sun/jdi/FilterNoMatch.java
+--- openjdk.orig/jdk/test/com/sun/jdi/FilterNoMatch.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FilterNoMatch.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4331522
+ * @summary addClassFilter("Foo") acts like "Foo*"
+ *
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/FinalizerTest.java openjdk/jdk/test/com/sun/jdi/FinalizerTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/FinalizerTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FinalizerTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4272800 4274208 4392010
+ * @summary Test debugger operations in finalize() methods
+ * @author Gordon Hirsch (modified for HotSpot by tbell & rfield)
+diff -Nru openjdk.orig/jdk/test/com/sun/jdi/FinalLocalsTest.java openjdk/jdk/test/com/sun/jdi/FinalLocalsTest.java
+--- openjdk.orig/jdk/test/com/sun/jdi/FinalLocalsTest.java 2010-02-17 03:14:50.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FinalLocalsTest.java 2010-02-19 14:59:03.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4326648 4768329
+ * @summary Test to verify that table entries are generated for all final
+ * locals when a class is built for debug, even if they could be
More information about the distro-pkg-dev
mailing list