[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Help needed to create a patch.
ZeroTolerance
do-not-reply at jboss.com
Fri Aug 14 05:24:22 EDT 2009
Hi,
Running the tests of Branch_2_1 build_tests_jdk50.xml before changing the code gives me the following error:
_run-javaagent-test:
| [echo] Running precedence with instrumentor org.jboss.aop.instrument.GeneratedAdvisorInstrumentor
| [junit] Running org.jboss.test.aop.precedence.NoPrecedenceTestCase
| [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,922 sec
| [junit] Running org.jboss.test.aop.precedence.PrecedenceTester
| [junit] Tests run: 10, Failures: 6, Errors: 0, Time elapsed: 1,094 sec
| [junit] Test org.jboss.test.aop.precedence.PrecedenceTester FAILED
and
_run-javaagent-test:
| [echo] Running precedence with instrumentor org.jboss.aop.instrument.ClassicInstrumentor
| [junit] Running org.jboss.test.aop.precedence.NoPrecedenceTestCase
| [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0,719 sec
| [junit] Running org.jboss.test.aop.precedence.PrecedenceTester
| [junit] Tests run: 10, Failures: 6, Errors: 0, Time elapsed: 0,86 sec
| [junit] Test org.jboss.test.aop.precedence.PrecedenceTester FAILED
and
not-woven-tests:
| [annotationc] Working directory ignored when same JVM is used.
| [annotationc] [compiled] C:\Java\workspace\Branch_2_1\aop\target\test-classes\org\jboss\test\aop\annotationc\BytecodePOJO$InnerClass.class
| [annotationc] [compiled] C:\Java\workspace\Branch_2_1\aop\target\test-classes\org\jboss\test\aop\annotationc\BytecodePOJO$StaticInnerClass.class
| [annotationc] [compiled] C:\Java\workspace\Branch_2_1\aop\target\test-classes\org\jboss\test\aop\annotationc\BytecodePOJO.class
| [junit] Running org.jboss.test.aop.annotationc.AnnotationTester
| [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0,375 sec
| [junit] Running org.jboss.test.aop.bridgemethodnotwoven.BridgeMethodTestCase
| [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0,578 sec
| [junit] Running org.jboss.test.aop.ejb3dependencies.EJB3CompatibilityTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,266 sec
| [junit] Running org.jboss.test.aop.methodhashing.MethodHashingTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,094 sec
| [junit] Running org.jboss.test.aop.pointcut.PointcutTestCase
| [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0,515 sec
| [junit] Running org.jboss.test.aop.proxy.ProxyTestCase
| [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1,376 sec
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithAspectsInVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,813 sec
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithAspectsOutOfVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,14 sec
| [junit] Test org.jboss.test.aop.proxy.ReSerializeContainerProxyWithAspectsOutOfVmTestCase FAILED
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithInterceptorsInVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,781 sec
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithInterceptorsOutOfVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,141 sec
| [junit] Test org.jboss.test.aop.proxy.ReSerializeContainerProxyWithInterceptorsOutOfVmTestCase FAILED
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithNonInitialisedAdvicesInVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,031 sec
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithNonInitialisedAdvicesOutOfVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,157 sec
| [junit] Test org.jboss.test.aop.proxy.ReSerializeContainerProxyWithNonInitialisedAdvicesOutOfVmTestCase FAILED
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithScopedAspectsInVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0,86 sec
| [junit] Running org.jboss.test.aop.proxy.ReSerializeContainerProxyWithScopedAspectsOutOfVmTestCase
| [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0,156 sec
| [junit] Test org.jboss.test.aop.proxy.ReSerializeContainerProxyWithScopedAspectsOutOfVmTestCase FAILED
There are more like these!
It is now at:
_run-precompiled-test:
| [echo] Compiling annotationoverride with optimized=true and instrumentor org.jboss.aop.instrument.ClassicInstrumentor
For more than 1 hour and nothing seems to happen.
Any idea?
Regards,
Werner
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249602#4249602
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249602
More information about the jboss-dev-forums
mailing list