mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +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 {
|
public void doBeforeTest() throws Exception {
|
||||||
super.doBeforeTest();
|
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();
|
fSession = getGDBLaunch().getSession();
|
||||||
Runnable runnable = new Runnable() {
|
Runnable runnable = new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -109,11 +109,6 @@ public class StepIntoSelectionTest extends BaseParametrizedTestCase {
|
||||||
public void doBeforeTest() throws Exception {
|
public void doBeforeTest() throws Exception {
|
||||||
super.doBeforeTest();
|
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() {
|
Runnable runnable = new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue