Skip to content

Commit 1dd445c

Browse files
authored
[lldb][tests] Attempt to fix lldb-x86_64-win builder (#185948)
1 parent 59a2105 commit 1dd445c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lldb/test/API/functionalities/longjmp/TestLongjmp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def test_step_out(self):
1818
self.step_out()
1919

2020
@skipIfDarwin # llvm.org/pr16769: LLDB on Mac OS X dies in function ReadRegisterBytes in GDBRemoteRegisterContext.cpp
21-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
2221
@skipIfNetBSD
2322
def test_step_over(self):
2423
"""Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-over a longjmp."""

0 commit comments

Comments
 (0)