Skip to content

Commit e15b611

Browse files
authored
Merge pull request #3759 from apple/jdevlieghere/radar54977700
[test] XFAIL TestFoundationDisassembly
2 parents d782809 + 3b6214f commit e15b611

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)