We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76981fb commit e3cd8feCopy full SHA for e3cd8fe
lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py
@@ -20,6 +20,7 @@ def setUp(self):
20
21
# IO error due to breakpoint at invalid address
22
@expectedFailureAll(triple=re.compile('^mips'))
23
+ @skipIf(oslist=['windows'], archs=['aarch64'])
24
def test_step_inst_with(self):
25
"""Test thread creation during step-inst handling."""
26
self.build()
0 commit comments