changeset in /hg/icedtea6: 2008-10-19 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Sun Oct 19 08:45:04 PDT 2008
changeset eb9d7dcd692c in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=eb9d7dcd692c
description:
2008-10-19 Matthias Klose <doko at ubuntu.com>
* patches/icedtea-cacao-ignore-jdi-tests.patch: Ignore jdi tests,
not yet implemented in cacao.
* patches/icedtea-cacao-ignore-tests.patch: Ignore long running failing
tests, be nice with build daemoms: ProducerConsumerLoops.
* Makefile.am: Apply patches when configured with --enable-cacao.
diffstat:
4 files changed, 1380 insertions(+), 1 deletion(-)
ChangeLog | 8
Makefile.am | 4
patches/icedtea-cacao-ignore-jdi-tests.patch | 1359 ++++++++++++++++++++++++++
patches/icedtea-cacao-ignore-tests.patch | 10
diffs (truncated from 1406 to 500 lines):
diff -r dafd805c02be -r eb9d7dcd692c ChangeLog
--- a/ChangeLog Sat Oct 18 16:08:37 2008 -0400
+++ b/ChangeLog Sun Oct 19 17:44:39 2008 +0200
@@ -1,3 +1,11 @@ 2008-10-17 Deepak Bhole <dbhole at redhat
+2008-10-19 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-cacao-ignore-jdi-tests.patch: Ignore jdi tests,
+ not yet implemented in cacao.
+ * patches/icedtea-cacao-ignore-tests.patch: Ignore long running failing
+ tests, be nice with build daemoms: ProducerConsumerLoops.
+ * Makefile.am: Apply patches when configured with --enable-cacao.
+
2008-10-17 Deepak Bhole <dbhole at redhat.com>
* plugin/icedtea/sun/applet/PluginAppletViewer.java: Make applet size
diff -r dafd805c02be -r eb9d7dcd692c Makefile.am
--- a/Makefile.am Sat Oct 18 16:08:37 2008 -0400
+++ b/Makefile.am Sun Oct 19 17:44:39 2008 +0200
@@ -538,7 +538,9 @@ endif
if WITH_CACAO
ICEDTEA_PATCHES += \
- patches/icedtea-cacao.patch
+ patches/icedtea-cacao.patch \
+ patches/icedtea-cacao-ignore-jdi-tests.patch \
+ patches/icedtea-cacao-ignore-tests.patch
endif
if ENABLE_PULSE_JAVA
diff -r dafd805c02be -r eb9d7dcd692c patches/icedtea-cacao-ignore-jdi-tests.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-cacao-ignore-jdi-tests.patch Sun Oct 19 17:44:39 2008 +0200
@@ -0,0 +1,1359 @@
+--- 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
+@@ -26,6 +26,7 @@
+ // TEMPLATE: delete TEMPLATE lines
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 0000000
+ * @summary <SUMMARY>
+ *
+--- openjdk/jdk/test/com/sun/jdi/RedefineIntConstantToLong.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineIntConstantToLong.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 6394084
+ # @summary Redefine class can't handle addition of 64 bit constants in JDK1.5.0_05
+ #
+--- openjdk/jdk/test/com/sun/jdi/LineNumberOnBraceTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/LineNumberOnBraceTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -1,5 +1,6 @@
+ /**
+ * @test/nodynamiccopyright/
++ * @ignore cacao nyi
+ * @bug 4952629 4870514
+ * @summary REGRESSION: javac generates a spurious line number entry on } else {
+ *
+--- openjdk/jdk/test/com/sun/jdi/Redefine-g.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/Redefine-g.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4777868
+ # @summary Compile with java -g, do a RedefineClasses, and you don't get local vars
+ # @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/RedefineClasses.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineClasses.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4628760
+ # @summary RedefineClasses gets assertion: "Should be a method entry in cpcache!"
+ # @author jjh
+--- openjdk/jdk/test/com/sun/jdi/EarlyReturnNegativeTest.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EarlyReturnNegativeTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 6431735
+ * @summary Unexpected ClassCastException in ThreadReference.forceEarlyReturn
+ * @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/DebuggerThreadTest.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DebuggerThreadTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4513488
+ * @summary Test for JDI: Internal JDI helper threads should setDaemon(true)
+ *
+--- openjdk/jdk/test/com/sun/jdi/RedefineException.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineException.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4559100
+ # @summary The VM crashes when a method in a redefined class throws an exception.
+ # @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/LocationTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/LocationTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4419453
+ * @summary Test that Method.location() returns the right values
+ *
+--- openjdk/jdk/test/com/sun/jdi/LineNumberInfo.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/LineNumberInfo.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4238644 4238643 4238641 4944198
+ * @summary Test javac regressions in the generation of line number info
+ * @author Gordon Hirsch
+--- openjdk/jdk/test/com/sun/jdi/GetSetLocalTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/GetSetLocalTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -1,5 +1,6 @@
+ /** hard coded linenumbers in other tests - DO NOT CHANGE
+ * @test/nodynamiccopyright/
++ * @ignore cacao nyi
+ * @bug 4300412
+ * @summary Test GetLocal* and SetLocal* functions
+ *
+--- openjdk/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/CommandCommentDelimiter.sh 2008-10-19 15:21:54.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
+--- openjdk/jdk/test/com/sun/jdi/WatchFramePop.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/WatchFramePop.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4546478
+ # @summary Enabling a watchpoint can kill following NotifyFramePops
+ # @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/FinalLocalsTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FinalLocalsTest.java 2008-10-19 15:21:54.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
+--- openjdk/jdk/test/com/sun/jdi/ClassesByName.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassesByName.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4287992
+ * @author Robert Field
+ *
+--- openjdk/jdk/test/com/sun/jdi/DeoptimizeWalk.sh.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/DeoptimizeWalk.sh 2008-10-19 15:21:54.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
+--- openjdk/jdk/test/com/sun/jdi/OptionTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/OptionTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /*
+ * @test OptionTest
++ * @ignore cacao nyi
+ * @bug 5095072
+ * @summary Test for misc jdwp options, just that the option is parsed
+ * @author Kelly O'Hair (copied from Tim Bell's NoLaunchOptionTest)
+--- openjdk/jdk/test/com/sun/jdi/VMDeathLastTest.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/VMDeathLastTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4420844 4449394
+ * @summary Checks that no events are sent after VMDeath, and test vm.canBeModified
+ *
+--- openjdk/jdk/test/com/sun/jdi/InstanceFilter.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/InstanceFilter.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4312961
+ * @summary Verify that an instance filter on a MethodEntryRequest works
+ * properly.
+--- openjdk/jdk/test/com/sun/jdi/GetLocalVariables3Test.sh.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/GetLocalVariables3Test.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -25,6 +25,7 @@
+
+ #
+ # @test
++# @ignore cacao nyi
+ # @bug 4448658
+ # @summary javac produces the inconsistent variable debug in while loops.
+ # @author Tim Bell
+--- openjdk/jdk/test/com/sun/jdi/SuspendThreadTest.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/SuspendThreadTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 6485605
+ * @summary com.sun.jdi.InternalException: Inconsistent suspend policy in internal event handler
+ *
+--- openjdk/jdk/test/com/sun/jdi/UTF8Test.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/UTF8Test.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 5033550
+ * @summary JDWP back end uses modified UTF-8
+ *
+--- openjdk/jdk/test/com/sun/jdi/RedefineStep.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineStep.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4689395
+ # @summary "step over" after a class is redefined acts like "step out"
+ # @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/RedefineTTYLineNumber.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineTTYLineNumber.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4660756
+ # @summary TTY: Need to clear source cache after doing a redefine class
+ # @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/JdbMethodExitTest.sh.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/JdbMethodExitTest.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 6202891
+ # @summary TTY: Add support for method exit event return values to jdb
+ # @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/RedefineChangeClassOrder.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineChangeClassOrder.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 6270982
+ # @summary Redefine a class so that the order of external classes in
+ # the constant pool are changed.
+--- openjdk/jdk/test/com/sun/jdi/ListenAddress.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ListenAddress.java 2008-10-19 15:21:54.000000000 +0000
+@@ -22,6 +22,7 @@
+ */
+
+ /* @test
++ * @ignore cacao nyi
+ * @bug 4932074
+ * @summary Test that startListening(Map) method of the com.sun.jdi.SocketListen
+ * Connector returns an address that is usable for the address option on
+--- openjdk/jdk/test/com/sun/jdi/ClassesByName2Test.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ClassesByName2Test.java 2008-10-19 15:21:54.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..
+ *
+--- openjdk/jdk/test/com/sun/jdi/UnpreparedByName.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/UnpreparedByName.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4368402
+ * @summary UnpreparedByName verifies that unprepared classes
+ * won't be returned by classesByName.
+--- openjdk/jdk/test/com/sun/jdi/RedefineFinal.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineFinal.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4788344
+ # @summary RedefineClasses is an apparent no-op if instance method is final
+ #
+--- openjdk/jdk/test/com/sun/jdi/FramesTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/FramesTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4434232
+ * @summary Test ThreadReference.frames(int,int)
+ *
+--- openjdk/jdk/test/com/sun/jdi/ArrayRangeTest.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArrayRangeTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4439631
+ * @bug 4448721
+ * @bug 4448603
+--- openjdk/jdk/test/com/sun/jdi/AfterThreadDeathTest.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/AfterThreadDeathTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4364671
+ * @summary Creating a StepRequest on a nonexistant thread fails
+ *
+--- openjdk/jdk/test/com/sun/jdi/LaunchCommandLine.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/LaunchCommandLine.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4245011
+ * @summary Test launcher command line construction
+ * @author Gordon Hirsch
+--- openjdk/jdk/test/com/sun/jdi/ExpiredRequestDeletionTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ExpiredRequestDeletionTest.java 2008-10-19 15:21:54.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.
+--- openjdk/jdk/test/com/sun/jdi/SDENullTest.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/SDENullTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4621289
+ * @summary vm.setDefaultStratum(null) causes a Null Ptr exception
+ *
+--- openjdk/jdk/test/com/sun/jdi/RedefineAnnotation.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/RedefineAnnotation.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -24,6 +24,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 5002251 6407335 6412391
+ # @summary Redefine a class that has an annotation and verify that the
+ # new annotation is returned.
+--- openjdk/jdk/test/com/sun/jdi/VMDeathRequestTest.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/VMDeathRequestTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4419314
+ * @author Robert Field
+ *
+--- openjdk/jdk/test/com/sun/jdi/PopAsynchronousTest.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/PopAsynchronousTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4467564
+ * @summary Test the popping of frames in an asynchronous context
+ * (that is, when suspended by the debugger at random points)
+--- openjdk/jdk/test/com/sun/jdi/InvokeHangTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/InvokeHangTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 6293795
+ * @summary Backend hangs when invokeMethod is called from a JDI eventHandler
+ *
+--- openjdk/jdk/test/com/sun/jdi/EventQueueDisconnectTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EventQueueDisconnectTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4425852
+ * @author Robert Field
+ *
+--- openjdk/jdk/test/com/sun/jdi/EarlyReturnTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/EarlyReturnTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /*
+ * @test
++ * @ignore cacao nyi
+ * @bug 6175634
+ * @summary Allow early return from methods
+ *
+--- openjdk/jdk/test/com/sun/jdi/ArgumentValuesTest.java.orig 2008-08-28 08:19:45.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ArgumentValuesTest.java 2008-10-19 15:21:54.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
+ *
+--- openjdk/jdk/test/com/sun/jdi/ImmutableResourceTest.sh.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ImmutableResourceTest.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -22,6 +22,7 @@
+ #
+
+ # @test
++# @ignore cacao nyi
+ # @bug 6287579
+ # @summary SubClasses of ListResourceBundle should fix getContents()
+ # @author Tim Bell
+--- openjdk/jdk/test/com/sun/jdi/ProcessAttachTest.sh.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/ProcessAttachTest.sh 2008-10-19 15:21:54.000000000 +0000
+@@ -25,6 +25,7 @@
+
+
+ # @test
++# @ignore cacao nyi
+ # @bug 4527279
+ # @summary Unit test for ProcessAttachingConnector
+ #
+--- openjdk/jdk/test/com/sun/jdi/MethodExitReturnValuesTest.java.orig 2008-08-28 08:19:46.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/MethodExitReturnValuesTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -23,6 +23,7 @@
+
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4195445 6204179
+ * @summary JDWP, JDI: Add return value to Method Exit Event
+ * @author Jim Holmlund
+--- openjdk/jdk/test/com/sun/jdi/PopAndStepTest.java.orig 2008-08-28 08:19:47.000000000 +0000
++++ openjdk/jdk/test/com/sun/jdi/PopAndStepTest.java 2008-10-19 15:21:54.000000000 +0000
+@@ -2,6 +2,7 @@
+ // THIS TEST IS LINE NUMBER SENSITIVE
+ /**
+ * @test
++ * @ignore cacao nyi
+ * @bug 4530424
+ * @summary Hin says that doing a step over after a popframe acts like a resume.
+ *
More information about the distro-pkg-dev
mailing list