[Lldb-commits] [lldb] e2b8cc1 - [lldb] XFAIL TestIndirectSymbols on darwin (#85127)

via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 13 13:34:05 PDT 2024


Author: Dave Lee
Date: 2024-03-13T13:34:01-07:00
New Revision: e2b8cc11b307aaf2717c344cbaa1d3eb5a4e0401

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

LOG: [lldb] XFAIL TestIndirectSymbols on darwin (#85127)

```
AssertionError: 'main' != 'call_through_indirect_hidden'
```

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