Skip to content

Commit 52f7cfb

Browse files
committed
[lldb][test] Remove a Windows xfail from TestThreadStates
This case is passing since llvm/llvm-project#152020.
1 parent cb1f1a7 commit 52f7cfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/thread/state/TestThreadStates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def test_state_after_breakpoint(self):
3030
@expectedFailureAll(
3131
oslist=lldbplatformutil.getDarwinOSTriples(), bugnumber="llvm.org/pr23669"
3232
)
33-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24660")
3433
def test_state_after_continue(self):
3534
"""Test thread state after continue."""
3635
self.build()

0 commit comments

Comments
 (0)