Skip to content

Commit a3d69a1

Browse files
committed
[lldb] Re-enable TestStepNoDebug.py on AS
This test showed up as an unexpected pass and is now consistently passing on Apple Silicon.
1 parent 990d0c7 commit a3d69a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def test_step_over_with_python(self):
5050
archs=["i386"],
5151
oslist=no_match(["freebsd"]),
5252
bugnumber="llvm.org/pr28549")
53-
@expectedFailureAll(archs=["arm64"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
5453
@expectedFailureAll(archs=["aarch64"], oslist=["freebsd", "linux"],
5554
bugnumber="llvm.org/pr44057")
5655
def test_step_in_with_python(self):

0 commit comments

Comments
 (0)