From 01cfe88a17db72323502f1e47a64e75ea266e8e2 Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Tue, 14 Apr 2020 16:19:05 +0500 Subject: [PATCH] [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: e0dbd025131c4d77d8a5050a91d391d950529a8c Differential Revision: https://reviews.llvm.org/D77662 --- lldb/test/API/functionalities/load_unload/TestLoadUnload.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py index 7d255a6..051c56f 100644 --- a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py +++ b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py @@ -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() -- 2.7.4