mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 09:41:08 +00:00
[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:
parent
990d0c7109
commit
a3d69a193a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user