[test] XFail TestStepNoDebug based on arch rather than OS

This commit is contained in:
Davide Italiano 2020-06-25 16:23:59 -07:00
parent 38135b2a7f
commit c7eb06a880
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class StepAvoidsNoDebugTestCase(TestBase):
"3.9"],
archs=["i386"],
bugnumber="llvm.org/pr28549")
@expectedFailureAll(oslist=["ios", "tvos", "bridgeos"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
@expectedFailureAll(archs=["arm64"], bugnumber="<rdar://problem/34026777>") # lldb doesn't step past last source line in function on arm64
@expectedFailureAll(archs=["aarch64"], oslist=["linux"],
bugnumber="llvm.org/pr44057")
def test_step_in_with_python(self):