llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Dmitry Vasilyev (slydiman)

<details>
<summary>Changes</summary>

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

``````````

</details>


https://github.com/llvm/llvm-project/pull/93829
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to