We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a2105 commit 1dd445cCopy full SHA for 1dd445c
1 file changed
lldb/test/API/functionalities/longjmp/TestLongjmp.py
@@ -18,7 +18,6 @@ def test_step_out(self):
18
self.step_out()
19
20
@skipIfDarwin # llvm.org/pr16769: LLDB on Mac OS X dies in function ReadRegisterBytes in GDBRemoteRegisterContext.cpp
21
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
22
@skipIfNetBSD
23
def test_step_over(self):
24
"""Test stepping when the inferior calls setjmp/longjmp, in particular, thread step-over a longjmp."""
0 commit comments