<!-- contains valid tests that the compiler has never passed -->
<suite>
+ <!-- either of these tests fail for me when run first -->
+
+ <ajc-test dir="incremental/defaultPackage"
+ keywords="incremental-test"
+ title="change sources in default package">
+ <compile
+ staging="true"
+ options="-incremental"
+ sourceroots="src"/>
+ <run class="Main"/>
+ <inc-compile tag="20"/>
+ <run class="Main"/>
+ </ajc-test>
+
+ <ajc-test dir="incremental/interPackage"
+ keywords="incremental-test"
+ title="change source">
+ <compile
+ staging="true"
+ options="-incremental"
+ sourceroots="src"/>
+ <run class="app.Main"/>
+ <inc-compile tag="20"/>
+ <run class="app.Main"/>
+ </ajc-test>
+
<!-- expected messages the same for these tests. note:
- that pointcut-and not supported in message text TODO
- no test on adviceexecution()
listed as, e.g., app.Main.class.
Should get from filename attribute)
-->
+
<ajc-test dir="new/binaryWarnings/src" pr="37020"
title="declare warnings on main">
<compile files="aspects/MainWarnings.java,app/Main.java">