mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Bug 516102: Change DSF tests to run GDB 8.0 tests by default
Change-Id: I868d58fd4eeee812fa3e5361561a9eb879a71627
This commit is contained in:
parent
8d26859710
commit
195ae12776
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<dsf.gdb.tests.gdbPath>/shared/common/gdb/gdb-all/bin</dsf.gdb.tests.gdbPath>
|
||||
<dsf.gdb.tests.gdbTestSuite>AutomatedSuite.java</dsf.gdb.tests.gdbTestSuite>
|
||||
<dsf.gdb.tests.timeout.multiplier>1</dsf.gdb.tests.timeout.multiplier>
|
||||
<cdt.tests.dsf.gdb.versions>gdb.7.12</cdt.tests.dsf.gdb.versions>
|
||||
<cdt.tests.dsf.gdb.versions>gdb.8.0</cdt.tests.dsf.gdb.versions>
|
||||
<skipTests>${dsf-gdb.skip.tests}</skipTests>
|
||||
</properties>
|
||||
<build>
|
||||
|
|
|
@ -30,9 +30,11 @@ public class ITestConstants {
|
|||
public static final String SUFFIX_GDB_7_10 = "7.10";
|
||||
public static final String SUFFIX_GDB_7_11 = "7.11";
|
||||
public static final String SUFFIX_GDB_7_12 = "7.12";
|
||||
public static final String SUFFIX_GDB_8_0 = "8.0";
|
||||
|
||||
public static String[] ALL_SUPPORTED_VERSIONS = new String[] {
|
||||
// add new versions here
|
||||
ITestConstants.SUFFIX_GDB_8_0,
|
||||
ITestConstants.SUFFIX_GDB_7_12,
|
||||
ITestConstants.SUFFIX_GDB_7_11,
|
||||
ITestConstants.SUFFIX_GDB_7_10,
|
||||
|
|
Loading…
Add table
Reference in a new issue