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 03e50c4 commit b49d741Copy full SHA for b49d741
lldb/test/API/macosx/indirect_symbol/TestIndirectSymbols.py
@@ -16,7 +16,7 @@ def setUp(self):
16
17
@skipUnlessDarwin
18
@add_test_categories(["pyapi"])
19
- @expectedFailureDarwin("rdar://120796553")
+ @skipIf(bugnumber="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