Skip to content

Commit c7ae8c6

Browse files
authored
[lldb] Fixed the DAP tests in case of a remote target (#92416)
These tests are based on dap_server which runs locally. These tests failed in case of Windows host and Linux target.
1 parent f03430f commit c7ae8c6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/tools/lldb-dap/completions/TestDAP_completions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def verify_completions(self, actual_list, expected_list, not_expected_list=[]):
1919
self.assertNotIn(not_expected_item, actual_list)
2020

2121
@skipIfWindows
22+
@skipIfRemote
2223
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
2324
def test_completions(self):
2425
"""

lldb/test/API/tools/lldb-dap/exception/TestDAP_exception.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010

1111
class TestDAP_exception(lldbdap_testcase.DAPTestCaseBase):
12+
@skipIfRemote
1213
@skipIfWindows
1314
def test_stopped_description(self):
1415
"""

0 commit comments

Comments
 (0)