[Lldb-commits] [lldb] [lldb] Skip TestIndirectSymbols (PR #85133)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 13 14:11:50 PDT 2024
https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/85133
Correction to cb8f3837e2311c369ef24a077a0c34e4ff56c08f
>From f5fb7236ad4df2fe9322ab00e4839e92ef29a8d3 Mon Sep 17 00:00:00 2001
From: Dave Lee <davelee.com at gmail.com>
Date: Wed, 13 Mar 2024 14:09:20 -0700
Subject: [PATCH] [lldb] Skip TestIndirectSymbols
Correction to cb8f3837e2311c369ef24a077a0c34e4ff56c08f
---
lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
index ad4cb4b12c796a..c4bbedc9289130 100644
--- a/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
+++ b/lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -16,7 +16,7 @@ def setUp(self):
@skipUnlessDarwin
@add_test_categories(["pyapi"])
- @expectedFailureDarwin("rdar://120796553")
+ @skipIf(bugnumber="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