View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossretro-testsuite?log=log20060314045211

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jbossretro-testsuite.xml:75: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 03/14/2006 04:52:11
Time to build: 7 minutes 4 seconds
Last changed: 03/06/2006 15:09:55
Last log entry: Revert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.

 Unit Tests: (1233)  Total Errors and Failures: (5)
unknownorg.jboss.test.concurrent.ReentrantLockTest
testPrivilegedThreadFactoryorg.jboss.test.concurrent.ExecutorsTest
testHasQueuedThreadsorg.jboss.test.concurrent.SemaphoreTest
testGetQueueLengthorg.jboss.test.concurrent.SemaphoreTest
testGetQueuedThreadsorg.jboss.test.concurrent.SemaphoreTest
 

 Modifications since last build:  (first 50 of 166)
1.2deletedadriansrc/test/org/jboss/test/concurrent/LockSupportTest.javaRevert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.
1.4deletedadriansrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaRevert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.
1.2deletedadriansrc/test/org/jboss/test/concurrent/ThreadTest.javaRevert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.
1.3modifiedadriansrc/test/org/jboss/test/concurrent/SemaphoreTest.javaProvide more information than "UnexpectedException"
1.8modifiedadrianthirdparty/javassist/lib/javassist.jarRemove the signature fixing.We need something a bit more robust.
1.3modifiedadriansrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaWork around unweaved stuff in the ReentrantReadWriteLock test
1.4modifiedadriansrc/test/org/jboss/test/concurrent/JSR166TestCase.javaExclude tests for UncaughtExceptionHandler
1.2modifiedadriansrc/test/org/jboss/test/concurrent/SemaphoreTest.javaRemove tests for semaphore operations with multiple permitssince backport concurrent util doesn't support these operations.
1.7modifiedadrianthirdparty/javassist/lib/javassist.jarAdd the ability to change the signature of a constant pool methodref entry.This is useful for JDK5 to 1.4 mapping, e.g.java.lang.String.clone()Ljava.lang.String; -> java.lang.String.clone()Ljava.lang.Object;Apply this for ReentrantLock.read/writeLock()
1.6modifiedadrianthirdparty/javassist/lib/javassist.jarUse the version of javassist that handles no parameter annotations properly.
1.2modifiedadriansrc/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.javaComment out tests that use non-existant api
1.2modifiedadriansrc/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.javaComment out tests that use non-existant api
1.2modifiedadriansrc/test/org/jboss/test/concurrent/TreeSetTest.javaComment out tests that use non-existant apiSimulate pollFirst/Last used by this test.
1.2modifiedadriansrc/test/org/jboss/test/concurrent/TreeMapTest.javaComment out tests that use non-existant api
1.2modifiedadriansrc/test/org/jboss/test/concurrent/TimeUnitTest.javaComment out tests that use non-existant api
1.1addedadriansrc/test/org/jboss/test/concurrent/RunnableScheduledFuture.javaInclude non-existant api in org.jboss.test.concurrent
1.1addedadriansrc/test/org/jboss/test/concurrent/RunnableFuture.javaInclude non-existant api in org.jboss.test.concurrent
1.3modifiedadriansrc/test/org/jboss/test/concurrent/JSR166TestCase.javaComment out non-existant test
1.2modifiedrcampbellsrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaJBAS-2814 - remove tests of non java 5 methods
1.2modifiedrcampbellsrc/test/org/jboss/test/concurrent/LinkedListTest.javaJBAS-2814 - remove tests of non java 5 methods
1.2modifiedrcampbellsrc/test/org/jboss/test/concurrent/JSR166TestCase.javaJBAS-2814 - removed tests for classes not present in jdk5
1.2deletedrcampbellsrc/test/org/jboss/test/concurrent/LinkedBlockingDequeTest.javaJBAS-2814 - removed tests for classes not present in jdk5
1.2deletedrcampbellsrc/test/org/jboss/test/concurrent/TreeSubMapTest.javaJBAS-2814 - removed tests for classes not present in jdk5
1.2deletedrcampbellsrc/test/org/jboss/test/concurrent/TreeSubSetTest.javaJBAS-2814 - removed tests for classes not present in jdk5
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/JSR166TestCase.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/LinkedBlockingDequeTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/LinkedBlockingQueueTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/LinkedListTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/LockSupportTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/PriorityBlockingQueueTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/PriorityQueueTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ReentrantLockTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ScheduledExecutorSubclassTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ScheduledExecutorTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/SemaphoreTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/SynchronousQueueTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/SystemTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ThreadLocalTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/ThreadTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/TimeUnitTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/TreeMapTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/TreeSetTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/TreeSubMapTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedrcampbellsrc/test/org/jboss/test/concurrent/TreeSubSetTest.javaJBAS-2814: Initial import of jsr166 tck. Currently excluded from build since it has dependencies not available in jdk5.
1.1addedadriansrc/test/org/jboss/test/strings/StringsTestCase.java[JBAS-2809] - Add JDK1.5 String methods needed by webservices.
1.2modifiedadriansrc/test/org/jboss/test/other/AutoboxTestCase.javaAdd missing license header.
1.5modifiedadrianthirdparty/javassist/lib/javassist.jar[JBAS-2810] - Add support for parameter annotations.

Reply via email to