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

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


Author: Dave Lee
Date: 2024-03-13T14:15:41-07:00
New Revision: b49d741c0c3bb21b40c925b4c1a717470181eb8d

URL: https://github.com/llvm/llvm-project/commit/b49d741c0c3bb21b40c925b4c1a717470181eb8d
DIFF: https://github.com/llvm/llvm-project/commit/b49d741c0c3bb21b40c925b4c1a717470181eb8d.diff

LOG: [lldb] Skip TestIndirectSymbols (#85133)

Correction to e2b8cc11b307aaf2717c344cbaa1d3eb5a4e0401

Added: 
    

Modified: 
    lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py

Removed: 
    


################################################################################
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