aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Vasilyev <dvassiliev@accesssoftek.com>2024-05-30 19:56:46 +0400
committerGitHub <noreply@github.com>2024-05-30 19:56:46 +0400
commit59e2a6b08f3e40afea87da3838ba69e1e15b6672 (patch)
tree3a0531458b844160b1a9a6c707edc20dda3ec86d
parentfacb767e5b78a024d70585b24254c769473b6b54 (diff)
downloadllvm-59e2a6b08f3e40afea87da3838ba69e1e15b6672.zip
llvm-59e2a6b08f3e40afea87da3838ba69e1e15b6672.tar.gz
llvm-59e2a6b08f3e40afea87da3838ba69e1e15b6672.tar.bz2
[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.
-rw-r--r--lldb/test/API/python_api/debugger/TestDebuggerAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/debugger/TestDebuggerAPI.py b/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
index a007a87..646ccce 100644
--- a/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
+++ b/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
@@ -92,7 +92,6 @@ class DebuggerAPITestCase(TestBase):
self.assertEqual(get_cache_line_size(), new_cache_line_size)
@expectedFailureAll(
- hostoslist=["windows"],
remote=True,
bugnumber="github.com/llvm/llvm-project/issues/92419",
)