[Lldb-commits] [lldb] 59e2a6b - [lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)
via lldb-commits
lldb-commits at lists.llvm.org
Thu May 30 08:56:51 PDT 2024
Author: Dmitry Vasilyev
Date: 2024-05-30T19:56:46+04:00
New Revision: 59e2a6b08f3e40afea87da3838ba69e1e15b6672
URL: https://github.com/llvm/llvm-project/commit/59e2a6b08f3e40afea87da3838ba69e1e15b6672
DIFF: https://github.com/llvm/llvm-project/commit/59e2a6b08f3e40afea87da3838ba69e1e15b6672.diff
LOG: [lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)
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.
Added:
Modified:
lldb/test/API/python_api/debugger/TestDebuggerAPI.py
Removed:
################################################################################
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",
)
More information about the lldb-commits
mailing list