mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Remove unnecessary setting of GDB version for non-stop tests.
Non-stop tests inherit from their all-stop counterpart which already sets the GDB version. Change-Id: I7444372971a9a74536745279fddac32842c46c03
This commit is contained in:
parent
3be258d79b
commit
39f31d42a3
36 changed files with 0 additions and 216 deletions
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_0 extends MIExpressionsTest_7_0 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_0);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_0 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_0);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_0;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_0 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_0);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_1 extends MIExpressionsTest_7_1 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_1 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_1;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_1 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_10;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_10 extends MIExpressionsTest_7_10 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_10);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_10;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_10 extends MIRunControlTar
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_10);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_10;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_10 extends OperationsWh
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_10);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -9,7 +9,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_11;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -22,11 +21,6 @@ public class MIExpressionsNonStopTest_7_11 extends MIExpressionsTest_7_11 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_11);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -10,7 +10,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_11;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -23,11 +22,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_11 extends MIRunControlTar
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_11);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -10,7 +10,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_11;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -23,11 +22,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_11 extends OperationsWh
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_11);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_2 extends MIExpressionsTest_7_2 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_2);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_2 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_2);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_2;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_2 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_2);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_3 extends MIExpressionsTest_7_3 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_3);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_3 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_3);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_3;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_3 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_3);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_4 extends MIExpressionsTest_7_4 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_4);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_4 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_4);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_4;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_4 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_4);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_5 extends MIExpressionsTest_7_5 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_5);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_5 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_5);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_5;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_5 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_5);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_6 extends MIExpressionsTest_7_6 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_6);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_6 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_6);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_6;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_6 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_6);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_7 extends MIExpressionsTest_7_7 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_7);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_7 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_7);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_7;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_7 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_7);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_8 extends MIExpressionsTest_7_8 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_8);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_8 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_8);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_8;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_8 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_8);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -25,11 +24,6 @@ public class MIExpressionsNonStopTest_7_9 extends MIExpressionsTest_7_9 {
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_9);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class MIRunControlNonStopTargetAvailableTest_7_9 extends MIRunControlTarg
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_9);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
|
@ -13,7 +13,6 @@ package org.eclipse.cdt.tests.dsf.gdb.tests.tests_7_9;
|
||||||
|
|
||||||
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
import org.eclipse.cdt.dsf.gdb.IGDBLaunchConfigurationConstants;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
import org.eclipse.cdt.tests.dsf.gdb.framework.BackgroundRunner;
|
||||||
import org.eclipse.cdt.tests.dsf.gdb.tests.ITestConstants;
|
|
||||||
import org.junit.Assume;
|
import org.junit.Assume;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
|
@ -26,11 +25,6 @@ public class OperationsWhileTargetIsRunningNonStopTest_7_9 extends OperationsWhi
|
||||||
Assume.assumeTrue(supportsNonStop());
|
Assume.assumeTrue(supportsNonStop());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setGdbVersion() {
|
|
||||||
setGdbProgramNamesLaunchAttributes(ITestConstants.SUFFIX_GDB_7_9);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setLaunchAttributes() {
|
protected void setLaunchAttributes() {
|
||||||
super.setLaunchAttributes();
|
super.setLaunchAttributes();
|
||||||
|
|
Loading…
Add table
Reference in a new issue