Marked failing TestObjCDynamicSBType tests XFAIL on Darwin.

See http://llvm.org/bugs/show_bug.cgi?id=20270

llvm-svn: 212655
This commit is contained in:
Todd Fiala 2014-07-09 21:15:46 +00:00
parent 51452ed75b
commit 7a7dbb8a6c
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class ObjCDynamicSBTypeTestCase(TestBase):
@dsym_test
@skipIfi386
@expectedFailureDarwin("llvm.org/pr20270")
def test_nsimage_dyn_with_dsym(self):
"""Test that we are able to properly report a usable dynamic type."""
d = {'EXE': self.exe_name}
@ -24,6 +25,7 @@ class ObjCDynamicSBTypeTestCase(TestBase):
@dwarf_test
@skipIfi386
@expectedFailureDarwin("llvm.org/pr20270")
def test_nsimage_dyn_with_dwarf(self):
"""Test that we are able to properly report a usable dynamic type."""
d = {'EXE': self.exe_name}