Mark failing tests in TestDataFormatterObjC on Darwin as XFAIL

See http://llvm.org/bugs/show_bug.cgi?id=20260 for more details.

llvm-svn: 212639
This commit is contained in:
Todd Fiala 2014-07-09 19:00:21 +00:00
parent 34cc92b475
commit c0b1eae6b4
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class ObjCDataFormatterTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__) mydir = TestBase.compute_mydir(__file__)
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@expectedFailureDarwin("llvm.org/pr20260")
@dsym_test @dsym_test
def test_plain_objc_with_dsym_and_run_command(self): def test_plain_objc_with_dsym_and_run_command(self):
"""Test basic ObjC formatting behavior.""" """Test basic ObjC formatting behavior."""
@ -22,6 +23,7 @@ class ObjCDataFormatterTestCase(TestBase):
self.plain_data_formatter_commands() self.plain_data_formatter_commands()
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@expectedFailureDarwin("llvm.org/pr20260")
@dwarf_test @dwarf_test
def test_plain_objc_with_dwarf_and_run_command(self): def test_plain_objc_with_dwarf_and_run_command(self):
"""Test basic ObjC formatting behavior.""" """Test basic ObjC formatting behavior."""