[LLDB] Remove xfail aarch64-linux from test_step_over_load*

test_step_over_load_with_svr4 and test_step_over_load now pass on
aarch64 linux.

Fixed by change-id: e0dbd02513

Differential Revision: https://reviews.llvm.org/D77662
This commit is contained in:
Muhammad Omair Javaid 2020-04-14 16:19:05 +05:00
parent 1647ff6e27
commit 01cfe88a17
1 changed files with 0 additions and 4 deletions

View File

@ -345,15 +345,11 @@ class LoadUnloadTestCase(TestBase):
substrs=[' resolved, hit count = 2'])
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
@expectedFailureAll(archs="aarch64", oslist="linux",
bugnumber="https://bugs.llvm.org/show_bug.cgi?id=27806")
def test_step_over_load(self):
self.setSvr4Support(False)
self.run_step_over_load()
@skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
@expectedFailureAll(archs="aarch64", oslist="linux",
bugnumber="https://bugs.llvm.org/show_bug.cgi?id=27806")
def test_step_over_load_with_svr4(self):
self.setSvr4Support(True)
self.run_step_over_load()