Skip to content

Commit d0b1fec

Browse files
committed
[lldb][test][Windows] Remove expected fail for a thread state test
No idea why but this is now passing (though if it randomly fails I won't be surprised). See #25034 for background on the original expected fail.
1 parent d0c99f4 commit d0b1fec

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
@@ -38,7 +38,6 @@ def test_state_after_continue(self):
3838

3939
@skipIfDarwin # 'llvm.org/pr23669', cause Python crash randomly
4040
@expectedFailureDarwin("llvm.org/pr23669")
41-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24660")
4241
@expectedFailureNetBSD
4342
# thread states not properly maintained
4443
@unittest.expectedFailure # llvm.org/pr16712

0 commit comments

Comments
 (0)