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

Bug 378834 - Re-order debug tests to avoid hanging on Hudson. I don't

know why this helps, but it does.

Change-Id: Iad4b653169d7b62af5cb2dbcfb93bdded2427f65
This commit is contained in:
Marc Khouzam 2013-01-14 15:49:57 -05:00
parent 111b6ba185
commit cd70733735
2 changed files with 2 additions and 2 deletions

View file

@ -29,6 +29,7 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
// 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,
MIRunControlTest_7_5.class,
MIRunControlTargetAvailableTest_7_5.class,
@ -45,7 +46,6 @@ import org.junit.runners.Suite;
OperationsWhileTargetIsRunningNonStopTest_7_5.class,
PostMortemCoreTest_7_5.class,
CommandTimeoutTest_7_5.class,
GDBMultiNonStopRunControlTest_7_5.class,
Suite_Sessionless_Tests.class,
GDBConsoleBreakpointsTest_7_5.class,
/* Add your test class here */

View file

@ -30,6 +30,7 @@ import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
// We need specific name for the tests of this suite, because of bug https://bugs.eclipse.org/172256
GDBMultiNonStopRunControlTest_7_6.class,
GDBRemoteTracepointsTest_7_6.class,
MIRegistersTest_7_6.class,
MIRunControlTest_7_6.class,
@ -45,7 +46,6 @@ import org.junit.runners.Suite;
OperationsWhileTargetIsRunningTest_7_6.class,
OperationsWhileTargetIsRunningNonStopTest_7_6.class,
CommandTimeoutTest_7_6.class,
GDBMultiNonStopRunControlTest_7_6.class,
Suite_Sessionless_Tests.class,
GDBConsoleBreakpointsTest_7_6.class,
TraceFileTest_7_6.class,