We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f2177 commit e2b8cc1Copy full SHA for e2b8cc1
lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -16,6 +16,7 @@ def setUp(self):
16
17
@skipUnlessDarwin
18
@add_test_categories(["pyapi"])
19
+ @expectedFailureDarwin("rdar://120796553")
20
def test_with_python_api(self):
21
"""Test stepping and setting breakpoints in indirect and re-exported symbols."""
22
self.build()
0 commit comments