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.184 by jsr166, Wed Sep 30 15:30:46 2015 UTC vs.
Revision 1.187 by jsr166, Sun Oct 4 05:22:26 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 242 | Line 236
236  
237        <include name="*.java"/>
238        <compilerarg value="-XDignore.symbol.file=true"/>
239 <      <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation"/>
239 >      <compilerarg value="-Xlint:all,-unchecked,-rawtypes,-serial,-deprecation,-try"/>
240        <compilerarg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/>
241        <compilerarg value="-Xoverride:${build.classes.dir}" if:set="modules"/>
242        <compilerarg line="${build.args}"/>
# Line 322 | Line 316
316        <arg value="-Xbootclasspath/p:@{classes}" unless:set="modules"/>
317        <arg value="-Xoverride:${build.classes.dir}" if:set="modules"/>
318        <arg value="-agentvm"/>
319 <      <arg value="-v:nopass,fail"/>
319 >      <arg value="-verbose:nopass,fail,error"/>
320        <arg value="-vmoptions:-esa -ea"/>
321        <arg value="-automatic"/>
322        <arg value="-k:!ignore"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines