1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

Update dsf-gdb test suite to run GDB 7.12

Change-Id: I6a870b443d667b0ecb393c338c826200dcff0cff
This commit is contained in:
Alvaro Sanchez-Leon 2016-10-11 10:25:49 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 2a7e9108dc
commit ce2b583716
2 changed files with 4 additions and 2 deletions

View file

@ -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.11</cdt.tests.dsf.gdb.versions>
<cdt.tests.dsf.gdb.versions>gdb.7.12</cdt.tests.dsf.gdb.versions>
</properties>
<build>
<plugins>

View file

@ -29,9 +29,11 @@ public class ITestConstants {
public static final String SUFFIX_GDB_7_9 = "7.9";
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 String[] ALL_SUPPORTED_VERSIONS = new String[] {
// add new versions here
ITestConstants.SUFFIX_GDB_7_12,
ITestConstants.SUFFIX_GDB_7_11,
ITestConstants.SUFFIX_GDB_7_10,
ITestConstants.SUFFIX_GDB_7_9,