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.167 by jsr166, Sun Aug 16 20:11:47 2015 UTC vs.
Revision 1.168 by jsr166, Wed Sep 2 02:14:59 2015 UTC

# Line 262 | Line 262
262      <patternset id="jdk8.jtreg.tests">
263        <include name="**/*.java"/>
264        <exclude name="util/Spliterator/SpliteratorCharacteristics.java"/>
265 +      <!-- https://bugs.openjdk.java.net/browse/JDK-6842353 -->
266 +      <exclude name="util/WeakHashMap/GCDuringIteration.java"/>
267      </patternset>
268    </fileset>
269  
# Line 489 | Line 491
491            description="Runs tck and jtreg tests for main">
492    </target>
493  
494 +  <target name="jtreg8" description="Runs jtreg tests with jdk8">
495 +
496 +    <antcall target="jtreg">
497 +      <param name="build.main.java.version" value="8"/>
498 +      <param name="build.main.javac" value="${javac8}"/>
499 +    </antcall>
500 +
501 +  </target>
502 +
503    <target name="test89"
504            description="Runs tck and jtreg tests for main for multiple java versions">
505  
# Line 496 | Line 507
507      <antcall target="test">
508        <param name="build.main.java.version" value="8"/>
509        <param name="build.main.javac" value="${javac8}"/>
499      <param name="jtreg.exclude.file" value="${jtreg.src.dir}/jdk9tests"/>
510      </antcall>
511  
512      <antcall target="clean"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines