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.
2 parents d782809 + 3b6214f commit e15b611Copy full SHA for e15b611
lldb/test/API/lang/objc/foundation/TestFoundationDisassembly.py
@@ -17,6 +17,7 @@ class FoundationDisassembleTestCase(TestBase):
17
NO_DEBUG_INFO_TESTCASE = True
18
19
@skipIfAsan
20
+ @expectedFailureDarwin('rdar://problem/54977700')
21
def test_foundation_disasm(self):
22
"""Do 'disassemble -n func' on each and every 'Code' symbol entry from the Foundation.framework."""
23
self.build()
0 commit comments