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

BUILD COMPLETE -  build.8
Date of build: 03/15/2006 12:56:25
Time to build: 2 minutes 8 seconds
Last changed: 03/15/2006 12:48:00
Last log entry: Add tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader.

 Unit Tests: (1294)  Total Errors and Failures: (0)
All Tests Passed
 

 Modifications since last build:  (first 50 of 207)
1.4modifiedadriansrc/test/org/jboss/test/scoped/ScopedRepositoryTestCase.javaAdd tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader.
1.1addedadriansrc/test/org/jboss/test/scoped/jar1/FullyScopedAnnotationDefaultUsage.javaAdd tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader.
1.1addedadriansrc/test/org/jboss/test/scoped/jar1/FullyScopedAnnotationUsage.javaAdd tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader.
1.1addedadriansrc/test/org/jboss/test/scoped/jar1/ScopedTestAnnotation.javaAdd tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader.
1.10modifiedadrianthirdparty/javassist/lib/javassist.jarAdd tests for fully scoped annotation usage.i.e. the class and the annotation are in a scoped classloader.
1.3modifiedadriansrc/test/org/jboss/test/scoped/ScopedRepositoryTestCase.javaAdd tests for Scoped Annotation Usage
1.1addedadriansrc/test/org/jboss/test/scoped/jar1/ScopedAnnotationDefaultUsage.javaAdd tests for Scoped Annotation Usage
1.1addedadriansrc/test/org/jboss/test/scoped/jar1/ScopedAnnotationUsage.javaAdd tests for Scoped Annotation Usage
1.9modifiedadrianthirdparty/javassist/lib/javassist.jarUpdate with fixed javassist version for default annotation values after a prune.
1.2modifiedadriansrc/test/org/jboss/test/scoped/ScopedRepositoryTestCase.javaSome annotation tests. The default value test is broken.
1.1addedadriansrc/test/org/jboss/test/scoped/TestAnnotation.javaSome annotation tests. The default value test is broken.
1.1addedadriansrc/test/org/jboss/test/scoped/UnscopedAnnotationDefaultUsage.javaSome annotation tests. The default value test is broken.
1.1addedadriansrc/test/org/jboss/test/scoped/UnscopedAnnotationUsage.javaSome annotation tests. The default value test is broken.
1.4modifiedadriansrc/test/org/jboss/test/concurrent/SemaphoreTest.javaChange the semaphore thread tests to use fair queuing
1.1addedadriansrc/test/org/jboss/test/scoped/ScopedRepositoryTestCase.javaMake a start on testing a cutdown version the AOPClassPoolfor the AnnotationHelper in jbossretro.
1.1addedadriansrc/test/org/jboss/test/scoped/jar1/TestClass1.javaMake a start on testing a cutdown version the AOPClassPoolfor the AnnotationHelper in jbossretro.
1.2modifiedstarksmsrc/test/org/jboss/test/lang/ClassTestCase.javaAdd cast, asSubclass tests
1.1addedstarksmsrc/test/org/jboss/test/lang/ClassTestCase.javaTests of jdk5 Class methods
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.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.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/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