Skip to content

Commit fbef4c2

Browse files
santhoshe447Santhosh Kumar EllendulaSanthosh Kumar Ellendula
authored
[lldb][lldb-dap] Fix for TestDAP_instruction_breakpoint.py test failure on windows. (#106200)
TestDAP_instruction_breakpoint.py failed on windows, so these tests were skipped for windows build. --------- Co-authored-by: Santhosh Kumar Ellendula <[email protected]> Co-authored-by: Santhosh Kumar Ellendula <[email protected]>
1 parent d07dc73 commit fbef4c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/tools/lldb-dap/instruction-breakpoint/TestDAP_instruction_breakpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def setUp(self):
1717
self.main_basename = "main-copy.cpp"
1818
self.main_path = os.path.realpath(self.getBuildArtifact(self.main_basename))
1919

20+
@skipIfWindows
2021
def test_instruction_breakpoint(self):
2122
self.build()
2223
self.instruction_breakpoint_test()

0 commit comments

Comments
 (0)