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.157 by jsr166, Tue Jul 8 00:01:39 2014 UTC vs.
Revision 1.158 by jsr166, Sat Jul 12 17:29:12 2014 UTC

# Line 47 | Line 47
47    <property name="build.javadoc.access" value="protected"/>
48  
49    <!-- Tck options; see JSR166TestCase.java
50 <   Profiling a tck test class:
50 >   To profile a single tck test class:
51     ant -Djsr166.profileTests=true -Djsr166.profileThreshold=100 -Djsr166.tckTestClass=CompletableFutureTest test-tck
52 <   Stress test a tck test class:
52 >   To stress test a single 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  <!-- Stress test an individual tck test class:
59  ant -Djsr166.tckTestClass=CountedCompleterTest -Djsr166.runsPerTest=100 test-tck
60  -->
58    <property name="jsr166.tckTestClass"     value="JSR166TestCase"/>
59  
60    <!-- Build locations -->

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines