forked from OSchip/llvm-project
[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:
parent
1647ff6e27
commit
01cfe88a17
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue