# HG changeset patch # User Lukas Stadler # Date 1383062179 -3600 # Node ID 37a4252fbcc7bd4e206bf4c42939d69a71a5baee # Parent 0d6ad1cd41917ec4969f4e811cd4b3b251393478 exclude EATestBase from JaCoCo diff -r 0d6ad1cd4191 -r 37a4252fbcc7 graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EATestBase.java --- a/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EATestBase.java Mon Oct 28 15:27:05 2013 +0100 +++ b/graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EATestBase.java Tue Oct 29 16:56:19 2013 +0100 @@ -37,6 +37,13 @@ import com.oracle.graal.phases.tiers.*; import com.oracle.graal.virtual.phases.ea.*; +//JaCoCo Exclude + +/** + * This base class for all Escape Analysis tests does not contain tests itself, therefore it is not + * automatically excluded from JaCoCo. Since it includes code that is used in the test snippets, it + * needs to be excluded manually. + */ public class EATestBase extends GraalCompilerTest { public static class TestClassInt {