mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[releng] Update tests/build script to use newly released GDB 8.2
Change-Id: I6f67200880b9d9ed96f4cf0555d92312d1f64fff
This commit is contained in:
parent
3679b7cd90
commit
92bdc049a2
3 changed files with 4 additions and 2 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.8.1</cdt.tests.dsf.gdb.versions>
|
||||
<cdt.tests.dsf.gdb.versions>gdb.8.2</cdt.tests.dsf.gdb.versions>
|
||||
<skipTests>${dsf-gdb.skip.tests}</skipTests>
|
||||
</properties>
|
||||
<build>
|
||||
|
|
|
@ -30,7 +30,7 @@ default_jlevel="4"
|
|||
jlevel="${default_jlevel}"
|
||||
|
||||
# Supported versions
|
||||
default_versions="8.1.1 8.0.1 7.12.1 7.11.1 7.10.1 7.9.1 7.8.2 7.7.1 7.6.2 7.5.1 7.4.1 7.3.1 7.2 7.1 7.0.1 6.8 6.7.1 6.6"
|
||||
default_versions="8.2 8.1.1 8.0.1 7.12.1 7.11.1 7.10.1 7.9.1 7.8.2 7.7.1 7.6.2 7.5.1 7.4.1 7.3.1 7.2 7.1 7.0.1 6.8 6.7.1 6.6"
|
||||
|
||||
# Is set to "echo" if we are doing a dry-run.
|
||||
dryrun=""
|
||||
|
|
|
@ -32,9 +32,11 @@ public class ITestConstants {
|
|||
public static final String SUFFIX_GDB_7_12 = "7.12";
|
||||
public static final String SUFFIX_GDB_8_0 = "8.0";
|
||||
public static final String SUFFIX_GDB_8_1 = "8.1";
|
||||
public static final String SUFFIX_GDB_8_2 = "8.2";
|
||||
|
||||
public static String[] ALL_SUPPORTED_VERSIONS = new String[] {
|
||||
// add new versions here
|
||||
ITestConstants.SUFFIX_GDB_8_2,
|
||||
ITestConstants.SUFFIX_GDB_8_1,
|
||||
ITestConstants.SUFFIX_GDB_8_0,
|
||||
ITestConstants.SUFFIX_GDB_7_12,
|
||||
|
|
Loading…
Add table
Reference in a new issue