Skip to content

Commit 3b6214f

Browse files
committed
[test] XFAIL TestFoundationDisassembly
rdar://problem/54977700 (cherry picked from commit ac78dd8)
1 parent d782809 commit 3b6214f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/objc/foundation/TestFoundationDisassembly.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class FoundationDisassembleTestCase(TestBase):
1717
NO_DEBUG_INFO_TESTCASE = True
1818

1919
@skipIfAsan
20+
@expectedFailureDarwin('rdar://problem/54977700')
2021
def test_foundation_disasm(self):
2122
"""Do 'disassemble -n func' on each and every 'Code' symbol entry from the Foundation.framework."""
2223
self.build()

0 commit comments

Comments
 (0)