194 |
<taskdef name="jtreg" classname="com.sun.javatest.regtest.Main$$Ant" |
<taskdef name="jtreg" classname="com.sun.javatest.regtest.Main$$Ant" |
195 |
classpath="${lib.dir}/jtreg.jar" /> |
classpath="${lib.dir}/jtreg.jar" /> |
196 |
|
|
|
<!-- Test classpath --> |
|
|
<path id="test.classpath"> |
|
|
<pathelement location="${build.testcases.dir}"/> |
|
|
<pathelement location="${junit.jar}"/> |
|
|
</path> |
|
|
|
|
197 |
<!-- Tck options; see JSR166TestCase.java |
<!-- Tck options; see JSR166TestCase.java |
198 |
To profile a single tck test class: |
To profile a single tck test class: |
199 |
ant -Djsr166.profileTests=true -Djsr166.profileThreshold=10 -Djsr166.tckTestClass=CompletableFutureTest tck |
ant -Djsr166.profileTests=true -Djsr166.profileThreshold=10 -Djsr166.tckTestClass=CompletableFutureTest tck |