From 18a6002f0722fe56671df5d615624d0d13839f08 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Sat, 15 Apr 2017 00:14:38 +0100 Subject: [PATCH] Bug 515304: profiles to parallelize testsuite Change-Id: I02095334c2176bfb9a2968d91b6175af37123f5b Signed-off-by: Jonah Graham --- core/org.eclipse.cdt.ui.tests/pom.xml | 1 + dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml | 1 + pom.xml | 38 +++++++++++++++++++ 3 files changed, 40 insertions(+) diff --git a/core/org.eclipse.cdt.ui.tests/pom.xml b/core/org.eclipse.cdt.ui.tests/pom.xml index 3da636bb6c3..a0d1d06bfc6 100644 --- a/core/org.eclipse.cdt.ui.tests/pom.xml +++ b/core/org.eclipse.cdt.ui.tests/pom.xml @@ -18,6 +18,7 @@ + ${cdt-ui.skip.tests} diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml index 7a7196a1f0f..864953dc122 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml @@ -20,6 +20,7 @@ AutomatedSuite.java 1 gdb.7.12 + ${dsf-gdb.skip.tests} diff --git a/pom.xml b/pom.xml index 05033bd0ec3..b88e31639a7 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,15 @@ http://download.eclipse.org/eclipse/updates/4.5 scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git -Xms256m -Xmx512m -ea + + + ${cdt-other.skip.tests} @@ -181,6 +190,35 @@ + + skip-all-tests + + true + true + true + + + + skip-tests-except-cdt-ui + + true + true + + + + skip-tests-except-dsf-gdb + + true + true + + + + skip-tests-except-cdt-other + + true + true + + production