aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-03-16 11:55:54 +0000
committeracolyer <acolyer>2004-03-16 11:55:54 +0000
commit9fca6d2c418cf886f060fb0eaff1c64fc647a8cf (patch)
treea5e1c137005072d40b3fca88ab5a145c233b4ed3 /tests/ajcTests.xml
parent45b84e93b81522852b6034a2e922b9f3990ff48d (diff)
downloadaspectj-9fca6d2c418cf886f060fb0eaff1c64fc647a8cf.tar.gz
aspectj-9fca6d2c418cf886f060fb0eaff1c64fc647a8cf.zip
fix for Bugzilla Bug 43714
weaving from an input jar into that same jar.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml23
1 files changed, 18 insertions, 5 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index a3050d48b..3a6699227 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -7236,7 +7236,7 @@
</compile>
</ajc-test>
-
+
<ajc-test dir="bugs/serialVersionUID"
title="SUID: Before execution advice" pr="41181">
<compile files="Test.java, Util.java"/>
@@ -7430,8 +7430,8 @@
title="fail in compiling aspect with overriding method introduction with different throws clause ">
<compile files="IntertypeDifferentThrows.java" />
</ajc-test>
-
- <ajc-test dir="new"
+
+ <ajc-test dir="new"
comment="in ajc 1.1.1, VerifyError Illegal use of nonvirtual function call"
title="super call in anonymous class created in around advice">
<compile files="SuperClosure.java" />
@@ -7466,11 +7466,24 @@
<message kind="error" line="6"/>
</compile>
</ajc-test>
-
- <ajc-test dir="bugs" pr="51322"
+
+ <ajc-test dir="bugs" pr="51322"
title="Introduce Unknown Type to class causes Null pointer exception" >
<compile files="Pr51322.java">
<message kind="error" line="5"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="43714"
+ title="weaving from an input jar into that same jar.." >
+ <compile files="notAJar.jar" outjar="notAJar.jar">
+ <message kind="error" line="0"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="bugs" pr="43714"
+ title="weaving from an input jar into that same jar.." >
+ <compile files="WeaveLocal.java" aspectpath="notAJar.jar" outjar="notAJar.jar" >
+ </compile>
+ </ajc-test>
</suite>