Skip to content

Commit

Permalink
[lldb][lldb-dap] Fix for TestDAP_instruction_breakpoint.py test failu…
Browse files Browse the repository at this point in the history
…re 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]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent d07dc73 commit fbef4c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def setUp(self):
self.main_basename = "main-copy.cpp"
self.main_path = os.path.realpath(self.getBuildArtifact(self.main_basename))

@skipIfWindows
def test_instruction_breakpoint(self):
self.build()
self.instruction_breakpoint_test()
Expand Down

0 comments on commit fbef4c2

Please sign in to comment.