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 |
255 |
<!-- ant -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 tck --> |
<!-- ant -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 tck --> |
256 |
<syspropertyset id="system-properties-used-by-tck"> |
<syspropertyset id="system-properties-used-by-tck"> |
257 |
<propertyref prefix="java.util.concurrent.ForkJoinPool"/> |
<propertyref prefix="java.util.concurrent.ForkJoinPool"/> |
258 |
<propertyref prefix="jsr166"/> |
<propertyref prefix="jsr166."/> |
259 |
</syspropertyset> |
</syspropertyset> |
260 |
|
|
261 |
<classpath> |
<classpath> |
316 |
<arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/> |
<arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/> |
317 |
<arg value="-Xoverride:${build.classes.dir}" if:set="modules"/> |
<arg value="-Xoverride:${build.classes.dir}" if:set="modules"/> |
318 |
<arg value="-agentvm"/> |
<arg value="-agentvm"/> |
319 |
<arg value="-v:nopass,fail"/> |
<arg value="-verbose:nopass,fail,error"/> |
320 |
<arg value="-vmoptions:-esa -ea"/> |
<arg value="-vmoptions:-esa -ea"/> |
321 |
<arg value="-automatic"/> |
<arg value="-automatic"/> |
322 |
<arg value="-k:!ignore"/> |
<arg value="-k:!ignore"/> |