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 cb1f1a7 commit 52f7cfbCopy full SHA for 52f7cfb
lldb/test/API/functionalities/thread/state/TestThreadStates.py
@@ -30,7 +30,6 @@ def test_state_after_breakpoint(self):
30
@expectedFailureAll(
31
oslist=lldbplatformutil.getDarwinOSTriples(), bugnumber="llvm.org/pr23669"
32
)
33
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24660")
34
def test_state_after_continue(self):
35
"""Test thread state after continue."""
36
self.build()
0 commit comments