mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Revert "Bug 512303 - [tests] job debug-tests-master-all-gdb-versions has issues"
This reverts commit ad845e6c3a
.
Change-Id: I58e75b3a59b87c3a718aa9cd8fd56afd5188161f
This commit is contained in:
parent
2cd2500957
commit
5a384894c6
2 changed files with 0 additions and 10 deletions
|
@ -93,11 +93,6 @@ public class MIExpressionsTest extends BaseParametrizedTestCase {
|
|||
public void doBeforeTest() throws Exception {
|
||||
super.doBeforeTest();
|
||||
|
||||
// Disabling this suite for GDB < 7.5. There are issues when the test
|
||||
// binaries are compiled with gcc > 4.8, which uses DWARF version 4.
|
||||
// see bug 512303
|
||||
assumeGdbVersionAtLeast(ITestConstants.SUFFIX_GDB_7_5);
|
||||
|
||||
fSession = getGDBLaunch().getSession();
|
||||
Runnable runnable = new Runnable() {
|
||||
@Override
|
||||
|
|
|
@ -108,11 +108,6 @@ public class StepIntoSelectionTest extends BaseParametrizedTestCase {
|
|||
@Override
|
||||
public void doBeforeTest() throws Exception {
|
||||
super.doBeforeTest();
|
||||
|
||||
// Disabling this suite for GDB < 7.5. There are issues when the test
|
||||
// binaries are compiled with gcc > 4.8, which uses DWARF version 4.
|
||||
// see bug 512303
|
||||
assumeGdbVersionAtLeast(ITestConstants.SUFFIX_GDB_7_5);
|
||||
|
||||
Runnable runnable = new Runnable() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue