[Lldb-commits] [lldb] [lldb] Fixed the TestDebuggerAPI test running on a remote target (PR #93829)

via lldb-commits lldb-commits at lists.llvm.org
Thu May 30 07:35:11 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Dmitry Vasilyev (slydiman)

<details>
<summary>Changes</summary>

Recently we have disabled this test for Windows host and Linux target. Now we faced the same issue #<!-- -->92419 in case of Linux x86_64 host and Linux Aarch64 target.

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


1 Files Affected:

- (modified) lldb/test/API/python_api/debugger/TestDebuggerAPI.py (-1) 


``````````diff
diff --git a/lldb/test/API/python_api/debugger/TestDebuggerAPI.py b/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
index a007a87ca93e9..646ccce36530d 100644
--- a/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
+++ b/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
@@ -92,7 +92,6 @@ def get_cache_line_size():
         self.assertEqual(get_cache_line_size(), new_cache_line_size)
 
     @expectedFailureAll(
-        hostoslist=["windows"],
         remote=True,
         bugnumber="github.com/llvm/llvm-project/issues/92419",
     )

``````````

</details>


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


More information about the lldb-commits mailing list