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.152 by jsr166, Tue Feb 25 16:33:15 2014 UTC vs.
Revision 1.156 by jsr166, Wed Jun 25 08:29:01 2014 UTC

# Line 46 | Line 46
46    <property name="build.deprecation"    value="false"/>
47    <property name="build.javadoc.access" value="protected"/>
48  
49 <  <!-- Tck options; see JSR166TestCase.java -->
50 <  <!-- ant -Djsr166.profileTests=true -Djsr166.runsPerTest=100 test-tck -->
49 >  <!-- Tck options; see JSR166TestCase.java
50 >   Profiling a tck test class:
51 >   ant -Djsr166.profileTests=true -Djsr166.profileThreshold=100 -Djsr166.tckTestClass=CompletableFutureTest test-tck
52 >   Stress test a tck test class:
53 >   ant -Djsr166.tckTestClass=CountedCompleterTest -Djsr166.runsPerTest=100 test-tck
54 >  -->
55    <property name="jsr166.profileTests"     value="false"/>
56    <property name="jsr166.profileThreshold" value="100"/>
57    <property name="jsr166.runsPerTest"      value="1"/>
58 <  <!-- Allow running an individual tck test class -->
59 <  <!-- ant -Djsr166.tckTestClass=CountedCompleterTest -Djsr166.runsPerTest=100 test-tck -->
58 >  <!-- Stress test an individual tck test class:
59 >  ant -Djsr166.tckTestClass=CountedCompleterTest -Djsr166.runsPerTest=100 test-tck
60 >  -->
61    <property name="jsr166.tckTestClass"     value="JSR166TestCase"/>
62  
63    <!-- Build locations -->
# Line 195 | Line 200
200      <attribute name="compile-target" default="@{target}"/>
201      <attribute name="workdir"/>
202      <attribute name="classes"/>
203 <    <attribute name="jvmflags" default=""/>
203 >    <attribute name="jvmflags" default="-ea -esa -Djsr166.testImplementationDetails=true"/>
204      <element name="javac-elements" optional="true"/>
205      <sequential>
206  
# Line 242 | Line 247
247    </macrodef>
248  
249    <macrodef name="run-jtreg-tests">
250 +    <!-- ant -Djtreg.src.dir=src/test/jtreg/util/concurrent/CompletableFuture test-jtreg -->
251      <attribute name="jtreg.src.dir" default="${jtreg.src.dir}"/>
252      <attribute name="source" default="7"/>
253      <attribute name="target"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines