[Lldb-commits] [lldb] a3d69a1 - [lldb] Re-enable TestStepNoDebug.py on AS

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 12 20:28:37 PDT 2022


Author: Jonas Devlieghere
Date: 2022-04-12T20:28:29-07:00
New Revision: a3d69a193a638a3aadf365cd628d8212b3d0d7d3

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

LOG: [lldb] Re-enable TestStepNoDebug.py on AS

This test showed up as an unexpected pass and is now consistently
passing on Apple Silicon.

Added: 
    

Modified: 
    lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py b/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
index b2208f2196900..474bb53f56a40 100644
--- a/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
+++ b/lldb/test/API/functionalities/step-avoids-no-debug/TestStepNoDebug.py
@@ -50,7 +50,6 @@ def test_step_over_with_python(self):
         archs=["i386"],
         oslist=no_match(["freebsd"]),
         bugnumber="llvm.org/pr28549")
-    @expectedFailureAll(archs=["arm64"], bugnumber="<rdar://problem/34026777>")  # lldb doesn't step past last source line in function on arm64
     @expectedFailureAll(archs=["aarch64"], oslist=["freebsd", "linux"],
                         bugnumber="llvm.org/pr44057")
     def test_step_in_with_python(self):


        


More information about the lldb-commits mailing list