[Lldb-commits] [lldb] 01cfe88 - [LLDB] Remove xfail aarch64-linux from test_step_over_load*

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 14 04:22:18 PDT 2020


Author: Muhammad Omair Javaid
Date: 2020-04-14T16:21:06+05:00
New Revision: 01cfe88a17db72323502f1e47a64e75ea266e8e2

URL: https://github.com/llvm/llvm-project/commit/01cfe88a17db72323502f1e47a64e75ea266e8e2
DIFF: https://github.com/llvm/llvm-project/commit/01cfe88a17db72323502f1e47a64e75ea266e8e2.diff

LOG: [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

Added: 
    

Modified: 
    lldb/test/API/functionalities/load_unload/TestLoadUnload.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py
index 7d255a647813..051c56fe9f19 100644
--- a/lldb/test/API/functionalities/load_unload/TestLoadUnload.py
+++ b/lldb/test/API/functionalities/load_unload/TestLoadUnload.py
@@ -345,15 +345,11 @@ def run_load_unload(self):
                     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()


        


More information about the lldb-commits mailing list