8014512: Exclude testing and infrastructure packages from code coverage

Tue, 14 May 2013 11:15:12 -0300

author
jlaskey
date
Tue, 14 May 2013 11:15:12 -0300
changeset 262
80d4db063d5a
parent 246
c8023561505b
child 263
eeed4db61215

8014512: Exclude testing and infrastructure packages from code coverage
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com

make/code_coverage.xml file | annotate | diff | comparison | revisions
     1.1 --- a/make/code_coverage.xml	Thu May 02 15:01:16 2013 -0300
     1.2 +++ b/make/code_coverage.xml	Tue May 14 11:15:12 2013 -0300
     1.3 @@ -139,6 +139,20 @@
     1.4        <arg value="${cc.merged.xml}"/>
     1.5        <arg value="-exclude"/>
     1.6        <arg value="com\.oracle\.nashorn\.runtime\.ScriptRuntime*"/>
     1.7 +      <arg value="-exclude"/>
     1.8 +      <arg value="jdk\.nashorn\.internal\.javaadapters*"/>
     1.9 +      <arg value="-exclude"/>
    1.10 +      <arg value="jdk\.nashorn\.internal\.objects\.annotations*"/>
    1.11 +      <arg value="-exclude"/>
    1.12 +      <arg value="jdk\.nashorn\.internal\.scripts*"/>
    1.13 +      <arg value="-exclude"/>
    1.14 +      <arg value="jdk\.nashorn\.internal\.lookup\.MethodHandleFactory*"/>
    1.15 +      <arg value="-exclude"/>
    1.16 +      <arg value="jdk\.nashorn\.internal\.test\.framework*"/>
    1.17 +      <arg value="-exclude"/>
    1.18 +      <arg value="jdk\.nashorn\.test\.models*"/>
    1.19 +      <arg value="-exclude"/>
    1.20 +      <arg value="jdk\.nashorn\.internal\.ir\.debug*"/>
    1.21        <arg line="${cc.all.xmls}"/>
    1.22        <classpath>
    1.23          <pathelement location="${jcov.jar}"/>

mercurial