diff options
| author | Dmitry Vasilyev <dvassiliev@accesssoftek.com> | 2024-05-30 19:56:46 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 19:56:46 +0400 |
| commit | 59e2a6b08f3e40afea87da3838ba69e1e15b6672 (patch) | |
| tree | 3a0531458b844160b1a9a6c707edc20dda3ec86d /lldb/test/API/python_api | |
| parent | facb767e5b78a024d70585b24254c769473b6b54 (diff) | |
| download | llvm-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.
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/debugger/TestDebuggerAPI.py | 1 |
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", ) |
