From 97079f6ad098c3f7e0f413e2280f56e20848717c Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Thu, 28 Aug 2014 14:11:05 -0400 Subject: Add missing arg for jacoco in in tests. Update jacoco. Jacoco arguments are missing when executing certain tests. This happens when argLine is being overriden. We had the same problem in Linux Tools. We solved it by prepending the argLine with ${tycho.testArgLine}. This should help improving the Code coverage metric in Sonar. Also update the jacoco version to fix a bug when building with Java 8. Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/32507 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon --- upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upc') diff --git a/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml b/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml index 46d10ebd50b..b164561df2d 100644 --- a/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml +++ b/upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml @@ -23,7 +23,7 @@ ${tycho-version} false - -Xms256m -Xmx512m -XX:MaxPermSize=256M + ${tycho.testArgLine} -Xms256m -Xmx512m -XX:MaxPermSize=256M **/UPCParserTestSuite.* -- cgit v1.2.3