]> source.dussan.org Git - aspectj.git/commitdiff
Another strange incremental test, taken from ajcHarnessTests
authorwisberg <wisberg>
Fri, 9 May 2003 22:52:28 +0000 (22:52 +0000)
committerwisberg <wisberg>
Fri, 9 May 2003 22:52:28 +0000 (22:52 +0000)
and comparable with a known limitation case for injars,
this sometimes doesn't fail for me.  hmm.
(requires pending changes to sources)

tests/ajcTestsFailing.xml

index 50d4ab09007d7b625d36166b55e0027a3dc06c5f..852bccb88fd24fbe707556e29f7cb882fc75837e 100644 (file)
@@ -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>