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 d782809 commit 3b6214fCopy full SHA for 3b6214f
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