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

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: 12/07/2006 03:48:01
Time to build: 45 minutes 14 seconds
Last changed: 12/06/2006 22:49:22
Last log entry: [JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called

 Unit Tests: (2041)  Total Errors and Failures: (9)
testWovenNamedDomainsorg.jboss.test.aop.nameddomain.NamedDomainTestCase(non-optimized-precompiled-tests-jdk14)
testProxiedNamedDomainsorg.jboss.test.aop.nameddomain.NamedDomainTestCase(non-optimized-precompiled-tests-jdk14)
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 26)
58896modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedAdviceTestCase.java[JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called
58896modifiedflavia.rainone//projects/aop/trunk/aop/src/resources/test/beforeafterArgs/jboss-aop.xml[JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called
58896modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedBeforeAspect.java[JBAOP-37] Added case where the type of joinpoint (field read/write) controls which advice must be called
58895modifiedflavia.rainone//projects/aop/trunk/aop/src/main/org/jboss/aop/advice/annotation/AdviceMethodFactory.java[JBAOP-37] Removed feature that allowed more than one valid annotation per parameter.
58895modifiedflavia.rainone//projects/aop/trunk/aop/src/main/org/jboss/aop/advice/annotation/AnnotatedParameterAdviceInfo.java[JBAOP-37] Removed feature that allowed more than one valid annotation per parameter.
58894modifiedflavia.rainone//projects/aop/trunk/aop/src/resources/test/beforeafter/jboss-aop.xml[JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing).
58893modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/POJO.java[JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing).
58893modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/SimpleAspect.java[JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing).
58893modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/ArgsAspect.java[JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing).
58893modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/GeneralAspect.java[JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing).
58893modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/BeforeAfterThrowingTestCase.java[JBAOP-37] Updated tests so they check whether advices are being called at the correct moment (before/after/around/throwing).
58892modifiedflavia.rainone//projects/aop/trunk/aop/src/main/org/jboss/aop/advice/annotation/AnnotatedParameterAdviceInfo.java[JBAOP-37] Fixed a warning message.
58891addedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SubInterface.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891addedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/Implementor.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedAdviceTestCase.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SubClass.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891addedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SuperInterface.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891addedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/Interface.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/resources/test/beforeafterArgs/jboss-aop.xml[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/SuperClass.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891addedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedThrowingAspect.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/POJOException.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/ReturnPOJO.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58891modifiedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs/OverloadedAdvicePOJO.java[JBAOP-37] Added a partical overloaded throwing advice tests (will complete these when specification of the thrown exception is implemented)
58868deletedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafter/arg[JBAOP-37] Subclipse commited files in the wrong directory
58868addedflavia.rainone//projects/aop/trunk/aop/src/test/org/jboss/test/aop/beforeafterArgs[JBAOP-37] Subclipse commited files in the wrong directory