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:
parent
68453d4a1f
commit
2b935a5172
1 changed files with 7 additions and 8 deletions
|
@ -10,10 +10,6 @@
|
|||
*******************************************************************************/
|
||||
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_2.Suite_Remote_7_2;
|
||||
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_2.class,
|
||||
Suite_Remote_7_1.class,
|
||||
Suite_Remote_7_0.class,
|
||||
Suite_Remote_6_8.class,
|
||||
Suite_Remote_6_7.class,
|
||||
Suite_Remote_6_6.class,
|
||||
// The below test suites have failures
|
||||
// Don't run them automatically so that we
|
||||
// can get passing tests in Hudson
|
||||
// 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 */
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue