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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-aop-head-testsuite.xml:91: 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: 04/02/2007 03:58:36
Time to build: 48 minutes 58 seconds
Last changed: 04/01/2007 20:06:29
Last log entry: Added parent pom. Changed dependencies on microcontainer to 2.0.0-SNAPSHOT.

 Unit Tests: (2651)  Total Errors and Failures: (16)
testDeclaredMethodHashingorg.jboss.test.aop.methodhashing.MethodHashingTestCase(jdk14)
testMethodHashingorg.jboss.test.aop.methodhashing.MethodHashingTestCase(jdk14)
testWovenNamedDomainsorg.jboss.test.aop.nameddomain.NamedDomainTestCase(non-optimized-precompiled-tests-jdk14)
testProxiedNamedDomainsorg.jboss.test.aop.nameddomain.NamedDomainTestCase(non-optimized-precompiled-tests-jdk14)
testContainerCacheClassAdvisororg.jboss.test.aop.proxy.ProxyTestCase(jdk14)
testContainerProxyorg.jboss.test.aop.proxy.ProxyTestCase(jdk14)
testContainerProxyWithFinalMethodsorg.jboss.test.aop.proxy.ProxyTestCase(jdk14)
testHollowProxyWithInterfaceContainingObjectMethodsorg.jboss.test.aop.proxy.ProxyTestCase(jdk14)
testContainerProxyorg.jboss.test.aop.proxy.ProxyTestCase(jdk50)
testContainerProxyWithFinalMethodsorg.jboss.test.aop.proxy.ProxyTestCase(jdk50)
testProxyorg.jboss.test.aop.serialization.simple.SimpleSerialiizationTestCase(non-optimized-precompiled-tests-jdk14)
testProxyorg.jboss.test.aop.serialization.simple.SimpleSerialiizationTestCase(precompiled-genadvisor-tests-jdk14)
testProxyorg.jboss.test.aop.serialization.simple.SimpleSerialiizationTestCase(precompiled-tests-jdk14)
testPrecedenceorg.jboss.test.aop.jdk15annotated.AnnotatedTestCase(non-optimized-precompiled-tests-jdk14)
testPrecedenceorg.jboss.test.aop.jdk15annotated.AnnotatedTestCase(precompiled-genadvisor-tests-jdk14)
testPrecedenceorg.jboss.test.aop.jdk15annotated.AnnotatedTestCase(precompiled-tests-jdk14)
 

 Modifications since last build:  (first 50 of 18)
61977modifiedpgier//projects/aop/trunk/aop/pom.xmlAdded parent pom. Changed dependencies on microcontainer to 2.0.0-SNAPSHOT.
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/MethodByMethodJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/build-tests-jdk50.xml[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorInstrumentor.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/JoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/MethodJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/FieldJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorConstructionTransformer.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConstructorJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConstructionJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorCallerTransformer.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorMethodExecutionTransformer.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorFieldAccessTransformer.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/GeneratedAdvisorConstructorExecutionTransformer.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/GeneratedClassAdvisor.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConByConJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/MethodByConJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()
61967modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/main/org/jboss/aop/instrument/ConByMethodJoinPointGenerator.java[JBAOP-378] Optimization of InstanceAdvisor creation. Manage the joinpointgenerators at class advisor level only, and make the instance advisors reuse the generators from the class advisor. This means we now need to pass in the JoinPointInfos when calling JoinPointGenerator.generateJoinPointClass()