[lldb] Re-enable TestStepNoDebug.py on AS

This test showed up as an unexpected pass and is now consistently
passing on Apple Silicon.
This commit is contained in:
Jonas Devlieghere 2022-04-12 20:27:10 -07:00
parent 990d0c7109
commit a3d69a193a
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D

View File

@ -50,7 +50,6 @@ class StepAvoidsNoDebugTestCase(TestBase):
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):