View results here -> http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20060615171026

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:175: 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: 06/15/2006 17:10:26
Time to build: 51 minutes 18 seconds
Last changed: 06/15/2006 13:39:26
Last log entry: [JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends

 Unit Tests: (691)  Total Errors and Failures: (16)
testSimpleInterfaceFieldsorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testSimpleInterfaceMethodsorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testAnotherInterfaceMethodorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testSimpleBeanFieldsorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testSimpleBeanMethodsorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testAnotherBeanMethodorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testSimpleBeanConstructorsorg.jboss.test.classinfo.test.JavassistClassInfoTestCase
testParameterInstantiateWithArrayorg.jboss.test.kernel.config.test.InstantiateTestCase
testParameterInstantiateWithPropertiesorg.jboss.test.kernel.config.test.InstantiateTestCase
testParameterInstantiateWithArrayorg.jboss.test.kernel.config.test.InstantiateXMLTestCase
testWildcardClassLoaderorg.jboss.test.kernel.deployment.test.WildcardClassLoaderTestCase
testInvokeorg.jboss.test.kernel.registry.test.BusTestCase
testCollectionNotACollectionorg.jboss.test.kernel.config.test.CollectionTestCase
testListNotAListorg.jboss.test.kernel.config.test.ListTestCase
testMapNotAMaporg.jboss.test.kernel.config.test.MapTestCase
testSetNotASetorg.jboss.test.kernel.config.test.SetTestCase
 

 Modifications since last build:  (first 50 of 30)
1.17modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactoryImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/ReflectConstructorInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/ReflectMethodInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/AnnotatedClass.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/AnnotatedSubClass.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/AnotherAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/ComplexAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/SimpleAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/TestEnum.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/ValueAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/test/AnnotatedClassInfoTest.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/test/IntrospectionAnnotatedClassInfoTestCase.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/test/JavassistAnnotatedClassInfoTestCase.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/AnnotationHelper.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/AnnotationValueFactory.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.6modifiedkkhansrc/main/org/jboss/reflect/plugins/ArrayInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.13modifiedkkhansrc/main/org/jboss/reflect/plugins/ConstructorInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.12modifiedkkhansrc/main/org/jboss/reflect/plugins/InheritableAnnotationHolder.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.14modifiedkkhansrc/main/org/jboss/reflect/plugins/MethodInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotatedInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotatedParameterInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotationInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistConstructorInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistEnumInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistFieldInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistInheritableAnnotationHolder.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistMethodInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistParameterInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.3modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.3modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfoFactoryImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends

_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to