[Lldb-commits] [lldb] [lldb] XFAIL TestIndirectSymbols on darwin (PR #85127)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 13 13:30:49 PDT 2024
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/85127
None
>From 5d0a5c8721766544067ccd8e169a5e2effeba981 Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Wed, 13 Mar 2024 13:30:20 -0700
Subject: [PATCH] [lldb] XFAIL TestIndirectSymbols on darwin
---
lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py | 1 +
1 file changed, 1 insertion(+)
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()
More information about the lldb-commits
mailing list