forked from OSchip/llvm-project
expectedFailureDarwin for this test case.
llvm-svn: 204287
This commit is contained in:
parent
e9551ec1a0
commit
4e2084d792
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue