1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Only enable remote tests for gdb versions >= 7.1

Change-Id: Ia42a2dc330d739181167bf5511ff976a36ab180f
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-12-24 13:50:04 -05:00
parent 68453d4a1f
commit 2b935a5172

View file

@ -10,10 +10,6 @@
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.tests.dsf.gdb.tests; package org.eclipse.cdt.tests.dsf.gdb.tests;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_6_6.Suite_Remote_6_6;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_6_7.Suite_Remote_6_7;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_6_8.Suite_Remote_6_8;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0.Suite_Remote_7_0;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1.Suite_Remote_7_1; import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1.Suite_Remote_7_1;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2.Suite_Remote_7_2; import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2.Suite_Remote_7_2;
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3.Suite_Remote_7_3; import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3.Suite_Remote_7_3;
@ -44,10 +40,13 @@ import org.junit.runners.Suite;
Suite_Remote_7_3.class, Suite_Remote_7_3.class,
Suite_Remote_7_2.class, Suite_Remote_7_2.class,
Suite_Remote_7_1.class, Suite_Remote_7_1.class,
Suite_Remote_7_0.class, // The below test suites have failures
Suite_Remote_6_8.class, // Don't run them automatically so that we
Suite_Remote_6_7.class, // can get passing tests in Hudson
Suite_Remote_6_6.class, // Suite_Remote_7_0.class,
// Suite_Remote_6_8.class,
// Suite_Remote_6_7.class,
// Suite_Remote_6_6.class,
/* Add your suite class here */ /* Add your suite class here */
}) })