aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-09 07:22:06 +0000
committerwisberg <wisberg>2003-05-09 07:22:06 +0000
commitf871509ff1ef33d9fc660a2ebd9b81ae4313b07f (patch)
tree943db0002bf30222c4695a5aa082bf7f44b28e97 /tests/ajcTestsFailing.xml
parentfe4bbdbe5de01c99364edb7e2354e8925198d099 (diff)
downloadaspectj-f871509ff1ef33d9fc660a2ebd9b81ae4313b07f.tar.gz
aspectj-f871509ff1ef33d9fc660a2ebd9b81ae4313b07f.zip
two new incremental tests, each of which fails if run first but not otherwise (assuming the output directory is not added to the classpath).
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 2b914897e..4609f86b9 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -4,6 +4,32 @@
<!-- 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()
@@ -12,6 +38,7 @@
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">