diff options
author | wisberg <wisberg> | 2003-05-25 19:43:11 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-25 19:43:11 +0000 |
commit | 997b35f0d70f3f9eace44f6245c144cbecd2ee07 (patch) | |
tree | eecff8b0bf84346e33240d28e4018593c07d1553 /tests | |
parent | 7d9d56d23ec00e6721265dbe283e3a6f9db17045 (diff) | |
download | aspectj-997b35f0d70f3f9eace44f6245c144cbecd2ee07.tar.gz aspectj-997b35f0d70f3f9eace44f6245c144cbecd2ee07.zip |
added keyword knownLimitations-ajctaskCompiler to the one command-line test that won't work with that wrapper.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index c33af8951..f271d2e68 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -24,6 +24,9 @@ incremental-test uses inc-compile step command-error command-line error test + + knownLimitation-ajctaskCompiler + Accepted limitation of the AjcTaskCompilerCommand wrapper --> <suite> @@ -6188,7 +6191,8 @@ </compile> </ajc-test> - <ajc-test dir="harness" keywords="command-line-error" + <ajc-test dir="harness" + keywords="command-line-error,knownLimitation-ajctaskCompiler" title="CLE: bad filename"> <compile badInput="true" files="NoSuchFile.java"> <message kind="error" text="NoSuchFile.java"/> |