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

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: 02/27/2007 04:43:18
Time to build: 51 minutes 23 seconds
Last changed: 02/26/2007 18:48:17
Last log entry: Add test to verify that when generating a proxy for to a class, and the class already contains the methods from the introduced interface that the original interface method is called.

 Unit Tests: (2528)  Total Errors and Failures: (22)
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)
testHollowProxyWithInterfaceContainingObjectMethodsorg.jboss.test.aop.proxy.ProxyTestCase(jdk14)
testHollowProxyWithInterfaceContainingObjectMethodsorg.jboss.test.aop.proxy.ProxyTestCase(jdk50)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(bootclasspath-genadvisor-tests-jdk14)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(bootclasspath-tests-jdk14)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(javaagent-genadvisor-tests)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(javaagent-tests)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(non-optimized-precompiled-tests-jdk14)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(non-optimized-precompiled-tests)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(precompiled-genadvisor-tests-jdk14)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(precompiled-genadvisor-tests)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(precompiled-tests-jdk14)
testNativeMethodorg.jboss.test.aop.regression.jbaop279native.NativeMethodTestCase(precompiled-tests)
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 7)
60924addedkabir.khan@jboss.com//projects/aop/trunk/aop/src/test/org/jboss/test/aop/proxy/OverrideObjectClass.javaAdd test to verify that when generating a proxy for to a class, and the class already contains the methods from the introduced interface that the original interface method is called.
60924modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/test/org/jboss/test/aop/proxy/ProxyTestCase.javaAdd test to verify that when generating a proxy for to a class, and the class already contains the methods from the introduced interface that the original interface method is called.
60924addedkabir.khan@jboss.com//projects/aop/trunk/aop/src/test/org/jboss/test/aop/proxy/OverrideObjectInterface.javaAdd test to verify that when generating a proxy for to a class, and the class already contains the methods from the introduced interface that the original interface method is called.
60922addedkabir.khan@jboss.com//projects/aop/trunk/aop/src/test/org/jboss/test/aop/introduction/OverrideObjectPOJO.javaAdd test to verify that when introducing an interface to a class, and the class already contains the methods from the introduced interface that the original interface method is called.
60922modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/resources/test/introduction/introduction-aop.xmlAdd test to verify that when introducing an interface to a class, and the class already contains the methods from the introduced interface that the original interface method is called.
60922addedkabir.khan@jboss.com//projects/aop/trunk/aop/src/test/org/jboss/test/aop/introduction/OverrideObjectInterface.javaAdd test to verify that when introducing an interface to a class, and the class already contains the methods from the introduced interface that the original interface method is called.
60922modifiedkabir.khan@jboss.com//projects/aop/trunk/aop/src/test/org/jboss/test/aop/introduction/IntroductionTester.javaAdd test to verify that when introducing an interface to a class, and the class already contains the methods from the introduced interface that the original interface method is called.