mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Enable the GDB 7.1 test suite.
Change-Id: I3d21bfbc8f2f9e99c7b5bda9a68243218346f61b Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
8741098869
commit
68453d4a1f
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
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_7_1.Suite_7_1;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2.Suite_7_2;
|
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2.Suite_7_2;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3.Suite_7_3;
|
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3.Suite_7_3;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4.Suite_7_4;
|
import org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4.Suite_7_4;
|
||||||
|
@ -38,10 +39,10 @@ import org.junit.runners.Suite;
|
||||||
Suite_7_4.class,
|
Suite_7_4.class,
|
||||||
Suite_7_3.class,
|
Suite_7_3.class,
|
||||||
Suite_7_2.class,
|
Suite_7_2.class,
|
||||||
|
Suite_7_1.class,
|
||||||
// The below test suites have failures
|
// The below test suites have failures
|
||||||
// Don't run them automatically so that we
|
// Don't run them automatically so that we
|
||||||
// can get passing tests in Hudson
|
// can get passing tests in Hudson
|
||||||
// Suite_7_1.class,
|
|
||||||
// Suite_7_0.class,
|
// Suite_7_0.class,
|
||||||
// Suite_6_8.class,
|
// Suite_6_8.class,
|
||||||
// Suite_6_7.class,
|
// Suite_6_7.class,
|
||||||
|
|
Loading…
Add table
Reference in a new issue