Skip to content

Commit

Permalink
Revert "Bug 512303 - [tests] job debug-tests-master-all-gdb-versions …
Browse files Browse the repository at this point in the history
…has issues"

This reverts commit ad845e6.

Change-Id: I58e75b3a59b87c3a718aa9cd8fd56afd5188161f
  • Loading branch information
marcdumais-work committed Feb 17, 2017
1 parent 2cd2500 commit 5a38489
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ protected void setLaunchAttributes() {
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ public IExecutionDMContext getContext() {
@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
Expand Down

0 comments on commit 5a38489

Please sign in to comment.