Skip to content

Commit fb86264

Browse files
authored
[lldb] Disable TestConsecutiveBreakpoints.py for Windows x86_64 (#142192)
See #138083 for details.
1 parent 0f7e10b commit fb86264

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ def test_single_step(self):
9191
self.finish_test()
9292

9393
@no_debug_info_test
94+
@skipIf(
95+
oslist=["windows"],
96+
archs=["x86_64"],
97+
bugnumber="github.com/llvm/llvm-project/issues/138083",
98+
)
9499
def test_single_step_thread_specific(self):
95100
"""Test that single step stops, even though the second breakpoint is not valid."""
96101
self.prepare_test()

0 commit comments

Comments
 (0)