Skip to content

Commit e2b8cc1

Browse files
authored
[lldb] XFAIL TestIndirectSymbols on darwin (#85127)
``` AssertionError: 'main' != 'call_through_indirect_hidden' ```
1 parent c0f2177 commit e2b8cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def setUp(self):
1616

1717
@skipUnlessDarwin
1818
@add_test_categories(["pyapi"])
19+
@expectedFailureDarwin("rdar://120796553")
1920
def test_with_python_api(self):
2021
"""Test stepping and setting breakpoints in indirect and re-exported symbols."""
2122
self.build()

0 commit comments

Comments
 (0)