summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-14 05:11:43 +0000
committerwisberg <wisberg>2003-05-14 05:11:43 +0000
commite0399985b4ee7d28ff1bf525ee114b25bd2db46f (patch)
treebc227ac329648b5857df2f0e8b3381b865997fa9 /tests
parent5566313138d1e76383032898098e1a4305810e35 (diff)
downloadaspectj-e0399985b4ee7d28ff1bf525ee114b25bd2db46f.tar.gz
aspectj-e0399985b4ee7d28ff1bf525ee114b25bd2db46f.zip
two bad-input tests for the harness
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcHarnessTests.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/tests/ajcHarnessTests.xml b/tests/ajcHarnessTests.xml
index 608c27f9b..448aa5b08 100644
--- a/tests/ajcHarnessTests.xml
+++ b/tests/ajcHarnessTests.xml
@@ -39,6 +39,22 @@
</ajc-test>
<ajc-test dir="harness"
+ title="fail 2 error, with 1 bad filename">
+ <compile files="ErrorTest.java">
+ <message kind="error" line="5" file="ErrorTest.java"/>
+ <message kind="error" line="6" file="ErrorTest2.java"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="harness"
+ title="fail 2 error, with 2 bad filename">
+ <compile files="ErrorTest.java">
+ <message kind="error" line="5" file="ErrorTest.java"/>
+ <message kind="error" line="6" file="ErrorTest2.java"/>
+ </compile>
+ </ajc-test>
+
+ <ajc-test dir="harness"
title="fail 2 error, three expected"
keywords="expect-fail">
<compile files="ErrorTest.java">
@@ -213,7 +229,7 @@
<run class="packageOne.Main"
options="new-event"/>
</ajc-test>
-
+<!-- disabled pending resolution of same in ajcTestsFailing.xml
<ajc-test dir="incremental/stringliteral"
keywords="incremental-test,fixme"
title="pass incrementally change only string literal size">
@@ -229,6 +245,7 @@
options="in longer packageOne.Main.main(..),
before main packageOne.Main"/>
</ajc-test>
+-->
<ajc-test dir="incremental/defaultPackage/src"
title="pass test using prior classes">