1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00

Bug 378834 - Move tests that are causing problems to see if order

matters.

Change-Id: I4a1b5cd4bc03205585a9b33b66251fc261ad963a
This commit is contained in:
Marc Khouzam 2013-01-13 14:43:23 -05:00
parent 501e1cad18
commit b8dabf1190

View file

@ -29,6 +29,7 @@ import org.junit.runners.Suite;
@RunWith(Suite.class) @RunWith(Suite.class)
@Suite.SuiteClasses({ @Suite.SuiteClasses({
// We need specific name for the tests of this suite, because of bug https://bugs.eclipse.org/172256 // We need specific name for the tests of this suite, because of bug https://bugs.eclipse.org/172256
GDBMultiNonStopRunControlTest_7_5.class,
MIRegistersTest_7_5.class, MIRegistersTest_7_5.class,
MIRunControlTest_7_5.class, MIRunControlTest_7_5.class,
MIRunControlTargetAvailableTest_7_5.class, MIRunControlTargetAvailableTest_7_5.class,
@ -44,7 +45,6 @@ import org.junit.runners.Suite;
OperationsWhileTargetIsRunningNonStopTest_7_5.class, OperationsWhileTargetIsRunningNonStopTest_7_5.class,
PostMortemCoreTest_7_5.class, PostMortemCoreTest_7_5.class,
CommandTimeoutTest_7_5.class, CommandTimeoutTest_7_5.class,
GDBMultiNonStopRunControlTest_7_5.class,
Suite_Sessionless_Tests.class, Suite_Sessionless_Tests.class,
/* Add your test class here */ /* Add your test class here */
}) })