diff options
author | wisberg <wisberg> | 2003-05-14 05:11:43 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-14 05:11:43 +0000 |
commit | e0399985b4ee7d28ff1bf525ee114b25bd2db46f (patch) | |
tree | bc227ac329648b5857df2f0e8b3381b865997fa9 /tests | |
parent | 5566313138d1e76383032898098e1a4305810e35 (diff) | |
download | aspectj-e0399985b4ee7d28ff1bf525ee114b25bd2db46f.tar.gz aspectj-e0399985b4ee7d28ff1bf525ee114b25bd2db46f.zip |
two bad-input tests for the harness
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcHarnessTests.xml | 19 |
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"> |