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:
parent
111b6ba185
commit
cd70733735
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
@ -45,7 +46,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,
|
||||||
GDBConsoleBreakpointsTest_7_5.class,
|
GDBConsoleBreakpointsTest_7_5.class,
|
||||||
/* Add your test class here */
|
/* Add your test class here */
|
||||||
|
|
|
@ -30,6 +30,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_6.class,
|
||||||
GDBRemoteTracepointsTest_7_6.class,
|
GDBRemoteTracepointsTest_7_6.class,
|
||||||
MIRegistersTest_7_6.class,
|
MIRegistersTest_7_6.class,
|
||||||
MIRunControlTest_7_6.class,
|
MIRunControlTest_7_6.class,
|
||||||
|
@ -45,7 +46,6 @@ import org.junit.runners.Suite;
|
||||||
OperationsWhileTargetIsRunningTest_7_6.class,
|
OperationsWhileTargetIsRunningTest_7_6.class,
|
||||||
OperationsWhileTargetIsRunningNonStopTest_7_6.class,
|
OperationsWhileTargetIsRunningNonStopTest_7_6.class,
|
||||||
CommandTimeoutTest_7_6.class,
|
CommandTimeoutTest_7_6.class,
|
||||||
GDBMultiNonStopRunControlTest_7_6.class,
|
|
||||||
Suite_Sessionless_Tests.class,
|
Suite_Sessionless_Tests.class,
|
||||||
GDBConsoleBreakpointsTest_7_6.class,
|
GDBConsoleBreakpointsTest_7_6.class,
|
||||||
TraceFileTest_7_6.class,
|
TraceFileTest_7_6.class,
|
||||||
|
|
Loading…
Add table
Reference in a new issue