[Lldb-commits] [lldb] [lldb] XFAIL TestIndirectSymbols on darwin (PR #85127)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 13 13:31:18 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Dave Lee (kastiglione)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/85127.diff
1 Files Affected:
- (modified) lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py (+1)
``````````diff
diff --git a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
index fbe6db9f892d55..ad4cb4b12c796a 100644
--- a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
+++ b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -16,6 +16,7 @@ def setUp(self):
@skipUnlessDarwin
@add_test_categories(["pyapi"])
+ @expectedFailureDarwin("rdar://120796553")
def test_with_python_api(self):
"""Test stepping and setting breakpoints in indirect and re-exported symbols."""
self.build()
``````````
</details>
https://github.com/llvm/llvm-project/pull/85127
More information about the lldb-commits
mailing list