45 |
<property name="build.javadoc.access" value="protected"/> |
<property name="build.javadoc.access" value="protected"/> |
46 |
|
|
47 |
<!-- Tck options; see JSR166TestCase.java --> |
<!-- Tck options; see JSR166TestCase.java --> |
48 |
<!-- Use via, e.g. ant -Djsr166.profileTests=true -Djsr166.runsPerTest=100 test-tck --> |
<!-- ant -Djsr166.profileTests=true -Djsr166.runsPerTest=100 test-tck --> |
49 |
<property name="jsr166.profileTests" value="false"/> |
<property name="jsr166.profileTests" value="false"/> |
50 |
<property name="jsr166.profileThreshold" value="100"/> |
<property name="jsr166.profileThreshold" value="100"/> |
51 |
<property name="jsr166.runsPerTest" value="1"/> |
<property name="jsr166.runsPerTest" value="1"/> |
52 |
|
<!-- Allow running an individual tck test class --> |
53 |
|
<!-- ant -Djsr166.tckTestClass=CountedCompleterTest -Djsr166.runsPerTest=100 test-tck --> |
54 |
|
<property name="jsr166.tckTestClass" value="JSR166TestCase"/> |
55 |
|
|
56 |
<!-- Build locations --> |
<!-- Build locations --> |
57 |
<property name="build.dir" location="build"/> |
<property name="build.dir" location="build"/> |
211 |
|
|
212 |
</javac> |
</javac> |
213 |
|
|
214 |
<java classname="JSR166TestCase" |
<java classname="${jsr166.tckTestClass}" |
215 |
failonerror="true" |
failonerror="true" |
216 |
jvm="${java@{target}}" |
jvm="${java@{target}}" |
217 |
fork="true"> |
fork="true"> |
710 |
|
|
711 |
<formatter type="brief"/> |
<formatter type="brief"/> |
712 |
|
|
713 |
<test name="JSR166TestCase" haltonfailure="no"> |
<test name="${jsr166.tckTestClass}" haltonfailure="no"> |
714 |
</test> |
</test> |
715 |
|
|
716 |
</junit> |
</junit> |