diff options
author | wisberg <wisberg> | 2003-03-10 23:32:23 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-03-10 23:32:23 +0000 |
commit | 752918d876acc1aa78446de15b16b1c3ab7e82f8 (patch) | |
tree | bfca67c72e46707eca02504d4769d33e4ab3be83 /tests/ajcTestsFailing.xml | |
parent | a93380e98cbe5e9cb7ef2eae70e1bdfd80fd621a (diff) | |
download | aspectj-752918d876acc1aa78446de15b16b1c3ab7e82f8.tar.gz aspectj-752918d876acc1aa78446de15b16b1c3ab7e82f8.zip |
incremental test with -injars
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 335649e9d..2073f0e7c 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -79,4 +79,29 @@ </compile> </ajc-test> + <ajc-test dir="incremental/stringliteral" + 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> + </suite> |