ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/build.xml
(Generate patch)

Comparing jsr166/build.xml (file contents):
Revision 1.183 by jsr166, Sat Sep 26 17:58:52 2015 UTC vs.
Revision 1.185 by jsr166, Wed Sep 30 17:48:05 2015 UTC

# Line 194 | Line 194
194    <taskdef name="jtreg" classname="com.sun.javatest.regtest.Main$$Ant"
195             classpath="${lib.dir}/jtreg.jar" />
196  
197  <!-- Test classpath -->
198  <path id="test.classpath">
199    <pathelement location="${build.testcases.dir}"/>
200    <pathelement location="${junit.jar}"/>
201  </path>
202
197    <!-- Tck options; see JSR166TestCase.java
198     To profile a single tck test class:
199     ant -Djsr166.profileTests=true -Djsr166.profileThreshold=10 -Djsr166.tckTestClass=CompletableFutureTest tck
# Line 261 | Line 255
255          <!-- ant -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 tck -->
256          <syspropertyset id="system-properties-used-by-tck">
257            <propertyref prefix="java.util.concurrent.ForkJoinPool"/>
258 <          <propertyref prefix="jsr166"/>
258 >          <propertyref prefix="jsr166."/>
259          </syspropertyset>
260  
261          <classpath>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines