Skip to content

[lldb] Fixed the TestDebuggerAPI test running on a remote target #93829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2024

Conversation

slydiman
Copy link
Contributor

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.

Recently we have disabled this test for Windows host and Linux target. Now we faced the same issue llvm#92419 in case of Linux x86_64 host and Linux Aarch64 target.
@slydiman slydiman requested a review from JDevlieghere as a code owner May 30, 2024 14:34
@llvmbot llvmbot added the lldb label May 30, 2024
@llvmbot
Copy link
Member

llvmbot commented May 30, 2024

@llvm/pr-subscribers-lldb

Author: Dmitry Vasilyev (slydiman)

Changes

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 --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",
     )

@slydiman slydiman merged commit 59e2a6b into llvm:main May 30, 2024
7 checks passed
@slydiman slydiman deleted the fix2-lldb-TestDebuggerAPI branch July 25, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants