From 59e2a6b08f3e40afea87da3838ba69e1e15b6672 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev Date: Thu, 30 May 2024 19:56:46 +0400 Subject: [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. --- lldb/test/API/python_api/debugger/TestDebuggerAPI.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/API/python_api/debugger/TestDebuggerAPI.py') diff --git a/lldb/test/API/python_api/debugger/TestDebuggerAPI.py b/lldb/test/API/python_api/debugger/TestDebuggerAPI.py index a007a87ca93e..646ccce36530 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", ) -- cgit v1.2.3