/hg/icedtea6: PR1176: Synchronise CACAO rules between IcedTea6/7...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Tue Sep 25 11:09:01 PDT 2012


changeset b2594f302584 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=b2594f302584
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Sep 25 19:08:50 2012 +0100

	PR1176: Synchronise CACAO rules between IcedTea6/7/8 where possible

	2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>

		* NEWS: List PR1176.

	2012-09-25  Stefan Ring  <stefan at complang.tuwien.ac.at>

		* patches/cacao/ignore-jdi-tests.patch: Removed.
		* patches/cacao/ignore-tests.patch: Likewise.
		* Makefile.am:
		Synchronize CACAO sections with icedtea7,
		removing test-disabling patches.
		(cacao): Pass -j$(PARALLEL_JOBS) to make.

	2009-11-02  Andrew John Hughes  <ahughes at redhat.com>

		(extract-cacao): Test the actual CACAO source
		directory exists, not just the directory above.
		Use $@ to create stamp.


diffstat:

 ChangeLog                            |    19 +
 Makefile.am                          |    14 +-
 NEWS                                 |     1 +
 patches/cacao/ignore-jdi-tests.patch |  1496 ----------------------------------
 patches/cacao/ignore-tests.patch     |    11 -
 5 files changed, 24 insertions(+), 1517 deletions(-)

diffs (truncated from 1603 to 500 lines):

diff -r 9fe1e3e1d4dc -r b2594f302584 ChangeLog
--- a/ChangeLog	Tue Sep 25 18:06:05 2012 +0100
+++ b/ChangeLog	Tue Sep 25 19:08:50 2012 +0100
@@ -1,3 +1,22 @@
+2012-09-25  Andrew John Hughes  <gnu.andrew at redhat.com>
+
+	* NEWS: List PR1176.
+
+2012-09-25  Stefan Ring  <stefan at complang.tuwien.ac.at>
+
+	* patches/cacao/ignore-jdi-tests.patch: Removed.
+	* patches/cacao/ignore-tests.patch: Likewise.
+	* Makefile.am:
+	Synchronize CACAO sections with icedtea7,
+	removing test-disabling patches.
+	(cacao): Pass -j$(PARALLEL_JOBS) to make.
+
+2009-11-02  Andrew John Hughes  <ahughes at redhat.com>
+
+	(extract-cacao): Test the actual CACAO source
+	directory exists, not just the directory above.
+	Use $@ to create stamp.
+
 2012-04-12  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r 9fe1e3e1d4dc -r b2594f302584 Makefile.am
--- a/Makefile.am	Tue Sep 25 18:06:05 2012 +0100
+++ b/Makefile.am	Tue Sep 25 19:08:50 2012 +0100
@@ -433,12 +433,6 @@
 	patches/cacao/memory.patch
 endif
 
-if ENABLE_CACAO
-ICEDTEA_PATCHES += \
-	patches/cacao/ignore-jdi-tests.patch \
-	patches/cacao/ignore-tests.patch
-endif
-
 if ENABLE_PULSE_JAVA
 ICEDTEA_PATCHES += \
 	patches/pulse-soundproperties.patch
@@ -1048,14 +1042,14 @@
 if !USE_SYSTEM_CACAO
 if USE_ALT_CACAO_SRC_DIR
 	set -e ; \
-	if ! test -d cacao ; \
+	if ! test -d cacao/cacao ; \
 	then \
 	  mkdir cacao ; \
 	  cp -rL $(ALT_CACAO_SRC_DIR) cacao/cacao ; \
 	fi
 else
 	set -e ; \
-	if ! test -d cacao ; \
+	if ! test -d cacao/cacao ; \
 	then \
 	  mkdir cacao ; \
 	  $(TAR) xf $(CACAO_SRC_ZIP) -C cacao ; \
@@ -1066,7 +1060,7 @@
 endif
 endif
 	mkdir -p stamps
-	touch stamps/extract-cacao.stamp
+	touch $@
 
 stamps/extract-jamvm.stamp:
 if BUILD_JAMVM
@@ -2124,7 +2118,7 @@
 	  --with-java-runtime-library-prefix=$(abs_top_builddir)/openjdk \
 	  --with-java-runtime-library-classes=$(RUNTIME) \
 	  --enable-jre-layout $(CACAO_CONFIGURE_ARGS); \
-	$(ARCH_PREFIX) $(MAKE) install
+	$(ARCH_PREFIX) $(MAKE) -j$(PARALLEL_JOBS) install
 	ln -s server $(abs_top_builddir)/cacao/install/jre/lib/$(INSTALL_ARCH_DIR)/client
 endif
 endif
diff -r 9fe1e3e1d4dc -r b2594f302584 NEWS
--- a/NEWS	Tue Sep 25 18:06:05 2012 +0100
+++ b/NEWS	Tue Sep 25 19:08:50 2012 +0100
@@ -52,6 +52,7 @@
   - PR1119: Only add classes to rt-source-files.txt if the class (or one or more of its methods/fields)
     are actually missing from the boot JDK
   - PR1114: Provide option to turn off downloading of tarballs (--disable-downloading)
+  - PR1176: Synchronise CACAO rules between IcedTea6/7/8 where possible
 * JamVM
   - ARMv6 armhf: Changes for Raspbian (Raspberry Pi)
   - PPC: Don't use lwsync if it isn't supported
diff -r 9fe1e3e1d4dc -r b2594f302584 patches/cacao/ignore-jdi-tests.patch
--- a/patches/cacao/ignore-jdi-tests.patch	Tue Sep 25 18:06:05 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1496 +0,0 @@
-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



More information about the distro-pkg-dev mailing list