Skip to content

Commit

Permalink
[lldb] Fixed the DAP tests in case of a remote target (#92416)
Browse files Browse the repository at this point in the history
These tests are based on dap_server which runs locally. These tests
failed in case of Windows host and Linux target.
  • Loading branch information
slydiman authored May 16, 2024
1 parent f03430f commit c7ae8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def verify_completions(self, actual_list, expected_list, not_expected_list=[]):
self.assertNotIn(not_expected_item, actual_list)

@skipIfWindows
@skipIfRemote
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
def test_completions(self):
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


class TestDAP_exception(lldbdap_testcase.DAPTestCaseBase):
@skipIfRemote
@skipIfWindows
def test_stopped_description(self):
"""
Expand Down

0 comments on commit c7ae8c6

Please sign in to comment.