[Lldb-commits] [lldb] [lldb] Skip TestIndirectSymbols (PR #85133)

via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 13 14:12:30 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Dave Lee (kastiglione)

<details>
<summary>Changes</summary>

Correction to cb8f3837e2311c369ef24a077a0c34e4ff56c08f


---
Full diff: https://github.com/llvm/llvm-project/pull/85133.diff


1 Files Affected:

- (modified) lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py (+1-1) 


``````````diff
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()

``````````

</details>


https://github.com/llvm/llvm-project/pull/85133


More information about the lldb-commits mailing list