changeset 12624:37a4252fbcc7

exclude EATestBase from JaCoCo
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 29 Oct 2013 16:56:19 +0100
parents 0d6ad1cd4191
children 1f7bca29d15c
files graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ea/EATestBase.java
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 {