Changeset 10546 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-07-17T12:53:33+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13150, see #11924 - exclude nashorn classes from jacoco coverage to avoid lot of unit test failures (patch by michael2402)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10529 r10546  
    386386        <sequential>
    387387            <echo message="Running @{testfamily}@{testITsuffix} tests with JUnit"/>
    388             <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}">
     388            <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}" excludes="jdk.dynalink.*:jdk.nashorn.*">
    389389                <junit printsummary="yes" fork="true" forkmode="once">
    390390                    <jvmarg value="-Dfile.encoding=UTF-8"/>
Note: See TracChangeset for help on using the changeset viewer.