[LLDB] Skip TestCrashDuringStep.py AArch64/Windows

TestCrashDuringStep.py hangs on AArch64 windows with no resonable
possible fix. I am marking it skipped for now.
This commit is contained in:
Muhammad Omair Javaid 2022-04-21 05:09:33 +05:00
parent 76981fbcf6
commit e3cd8fedca

View file

@ -20,6 +20,7 @@ class CrashDuringStepTestCase(TestBase):
# IO error due to breakpoint at invalid address
@expectedFailureAll(triple=re.compile('^mips'))
@skipIf(oslist=['windows'], archs=['aarch64'])
def test_step_inst_with(self):
"""Test thread creation during step-inst handling."""
self.build()