Browse Source

two bad-input tests for the harness

tags/V1_1_0
wisberg 21 years ago
parent
commit
e0399985b4
1 changed files with 18 additions and 1 deletions
  1. 18
    1
      tests/ajcHarnessTests.xml

+ 18
- 1
tests/ajcHarnessTests.xml View File

@@ -38,6 +38,22 @@
</compile>
</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">
@@ -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">

Loading…
Cancel
Save