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 0f7e10b commit fb86264Copy full SHA for fb86264
lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
@@ -91,6 +91,11 @@ def test_single_step(self):
91
self.finish_test()
92
93
@no_debug_info_test
94
+ @skipIf(
95
+ oslist=["windows"],
96
+ archs=["x86_64"],
97
+ bugnumber="github.com/llvm/llvm-project/issues/138083",
98
+ )
99
def test_single_step_thread_specific(self):
100
"""Test that single step stops, even though the second breakpoint is not valid."""
101
self.prepare_test()
0 commit comments