Skip to content

Commit e3cd8fe

Browse files
committed
[LLDB] Skip TestCrashDuringStep.py AArch64/Windows
TestCrashDuringStep.py hangs on AArch64 windows with no resonable possible fix. I am marking it skipped for now.
1 parent 76981fb commit e3cd8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def setUp(self):
2020

2121
# IO error due to breakpoint at invalid address
2222
@expectedFailureAll(triple=re.compile('^mips'))
23+
@skipIf(oslist=['windows'], archs=['aarch64'])
2324
def test_step_inst_with(self):
2425
"""Test thread creation during step-inst handling."""
2526
self.build()

0 commit comments

Comments
 (0)