view patches/cacao/ignore-tests.patch @ 1765:9adee4a3a8d1

Fix CACAO build. 2009-03-19 Andrew John Hughes <ahughes@redhat.com> * patches/icedtea-cacao-ignore-jdi-tests.patch: Removed; replaced by exclude list. * patches/icedtea-cacao-ignore-tests.patch, * patches/icedtea-cacao.patch: Moved to cacao subdirectory. * Makefile.am: Bump CACAO to 0.99.4, fix CACAO for OpenJDK7, update target to jdk_only. * patches/cacao/ignore-tests.patch: Moved. * patches/cacao/launcher.patch: Updated. * patches/cacao/openjdk7.patch: Fix CACAO 0.99.4 to work with OpenJDK7. * test/jtreg/excludelist.jdk.cacao.jtx: Replacement exclude list for CACAO JDI tests.
author Andrew John Hughes <ahughes@redhat.com>
date Thu, 19 Mar 2009 19:36:15 +0000
parents patches/icedtea-cacao-ignore-tests.patch@eb9d7dcd692c
children
line wrap: on
line source

--- openjdk/jdk/test/java/util/concurrent/BlockingQueue/ProducerConsumerLoops.java~	2008-08-28 10:20:49.000000000 +0200
+++ openjdk/jdk/test/java/util/concurrent/BlockingQueue/ProducerConsumerLoops.java	2008-10-19 17:02:41.000000000 +0200
@@ -37,6 +37,7 @@
  * @compile -source 1.5 ProducerConsumerLoops.java
  * @run main/timeout=3600 ProducerConsumerLoops
  * @summary  multiple producers and consumers using blocking queues
+ * @ignore cacao test hog, ignore for the sake of buildds
  */
 
 import java.util.concurrent.*;