summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-09 22:52:28 +0000
committerwisberg <wisberg>2003-05-09 22:52:28 +0000
commit87976a4e61c4cc4e9801e292566e96e2e5930757 (patch)
treec7c69bdde5aa3bc7a5525c65ed991660dddf7c60 /tests/ajcTestsFailing.xml
parent280bf74b25e05263c951db4a19e5a025b639cdfc (diff)
downloadaspectj-87976a4e61c4cc4e9801e292566e96e2e5930757.tar.gz
aspectj-87976a4e61c4cc4e9801e292566e96e2e5930757.zip
Another strange incremental test, taken from ajcHarnessTests
and comparable with a known limitation case for injars, this sometimes doesn't fail for me. hmm. (requires pending changes to sources)
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 50d4ab090..852bccb88 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -3,5 +3,21 @@
<!-- contains valid tests that the compiler has never passed -->
<suite>
-
+ <ajc-test dir="incremental/stringliteral"
+ keywords="incremental-test"
+ comment="compare known limitation in injars form; also fails inconsistently?"
+ title="incrementally change only string literal, still expect advice">
+ <compile staging="true" options="-incremental"
+ 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>
+ <run class="packageOne.Main"
+ options="in longer packageOne.Main.main(..),
+ before main packageOne.Main"/>
+ </ajc-test>
+
</suite>