aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-03-13 16:44:22 +0000
committerwisberg <wisberg>2003-03-13 16:44:22 +0000
commit8d24b9102691a3cd0a14a28f0689b7d6332c8663 (patch)
tree8d91672b43cf51d02385881c4b7b7bdaaad0d765 /tests/ajcTests.xml
parent91b3008953a8899f916838477f5cb249280833cd (diff)
downloadaspectj-8d24b9102691a3cd0a14a28f0689b7d6332c8663.tar.gz
aspectj-8d24b9102691a3cd0a14a28f0689b7d6332c8663.zip
changing tests to knownLimitation per jim.
Marking them makes it easier to summarize them for docs.
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 5f477a19b..c524c7191 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -5718,4 +5718,48 @@
<message kind="error" line="20"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="new" pr="660" title="illegal name binding in around cflow"
+ keywords="from-resolved_104,knownLimitation">
+ <compile files="ArgsInCflowCf.java">
+ <message kind="error" line="19"/>
+ <message kind="error" line="29"/>
+ <message kind="error" line="35"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="incremental/stringliteral"
+ keywords="knownLimitation"
+ title="incrementally change string size and wire in injar classes">
+ <compile staging="true" options="-incremental"
+ files="oneInjar.jar,twoInjar.jar"
+ sourceroots="src"/>
+ <run class="packageOne.Main"
+ options="in packageOne.Main.main(..),
+ before main packageOne.Main"/>
+ <inc-compile tag="20">
+ <dir-changes updated="packageOne.Main"/>
+ </inc-compile>
+ <!-- now failing here. This step passes in non-injar variant. -->
+ <run class="packageOne.Main"
+ options="in longer packageOne.Main.main(..),
+ before main packageOne.Main"/>
+ <inc-compile tag="30">
+ <dir-changes added="RunInjarMains"/>
+ </inc-compile>
+ <run class="packageOne.Main"
+ options="in longer packageOne.Main.main(..),
+ before main InjarOneMain,
+ before main InjarTwoMain,
+ before main packageOne.Main"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs" pr="34206"
+ keywords="knownLimitation"
+ title="before():execution(new(..)) does not throw NoAspectBoundException"
+ comment="correct behavior of this case needs to be thought through">
+ <compile files="AspectInitError.java"/>
+ <run class="AspectInitError"/>
+ </ajc-test>
+
</suite>