diff options
author | wisberg <wisberg> | 2004-04-26 00:45:48 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2004-04-26 00:45:48 +0000 |
commit | d48a48032c832e261bbfa3dd94e2c9f1cfc5a0a1 (patch) | |
tree | ca87e8a7debf36ededf2d65e2d24a2a759c7c3e0 /tests/ajcTestsFailing.xml | |
parent | a97f3b6758f778e9a19843ef984085b34be8e7d0 (diff) | |
download | aspectj-d48a48032c832e261bbfa3dd94e2c9f1cfc5a0a1.tar.gz aspectj-d48a48032c832e261bbfa3dd94e2c9f1cfc5a0a1.zip |
@testcase 59895 incremental full-rebuild
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c2fb46b05..48879067d 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -133,4 +133,19 @@ <run class="InterfaceInitializerOrder"/> </ajc-test> + <ajc-test dir="incremental/full-rebuild" + pr="59895" + title="incremental with aspect-driven full rebuild"> + <compile + staging="true" + sourceroots="src" + options="-incremental"> + <message kind="error" line="3" file="Aspect.java"/> + </compile> + <inc-compile tag="20"> + <message kind="warning" line="4" file="Main.java"/> + </inc-compile> + <run class="Main"/> + </ajc-test> + </suite> |