[Lldb-commits] [lldb] [lldb] Fixed the TestDAP_repl_mode_detection test in case of a remote target (PR #93165)

via lldb-commits lldb-commits at lists.llvm.org
Thu May 23 03:22:51 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Dmitry Vasilyev (slydiman)

<details>
<summary>Changes</summary>

This test is based on dap_server which runs locally. This test failed in case of Windows host and Linux target.

---
Full diff: https://github.com/llvm/llvm-project/pull/93165.diff


1 Files Affected:

- (modified) lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py (+1) 


``````````diff
diff --git a/lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py b/lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py
index 7c77fc8541b93..705ae13e349dc 100644
--- a/lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py
+++ b/lldb/test/API/tools/lldb-dap/repl-mode/TestDAP_repl_mode_detection.py
@@ -18,6 +18,7 @@ def assertEvaluate(self, expression, regex):
             regex,
         )
 
+    @skipIfRemote
     def test_completions(self):
         program = self.getBuildArtifact("a.out")
         self.build_and_launch(program)

``````````

</details>


https://github.com/llvm/llvm-project/pull/93165


More information about the lldb-commits mailing list