expectedFailureDarwin for this test case.

llvm-svn: 204287
This commit is contained in:
Jim Ingham 2014-03-20 00:19:16 +00:00
parent e9551ec1a0
commit 4e2084d792
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class PoVerbosityTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailureDarwin(16374063)
def test_with_dsym(self):
"""Test that the po command acts correctly."""
self.buildDsym()
@ -27,6 +28,7 @@ class PoVerbosityTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to ObjC test case")
@dwarf_test
@expectedFailureDarwin(16374063)
def test_with_dwarf(self):
"""Test that the po command acts correctly."""
self.buildDwarf()