Add @expectedFailure decorator with radar number.

llvm-svn: 151212
This commit is contained in:
Johnny Chen 2012-02-22 23:10:50 +00:00
parent 033b9add40
commit 0afd64a8bb
1 changed files with 4 additions and 0 deletions

View File

@ -11,12 +11,16 @@ class PythonSynthDataFormatterTestCase(TestBase):
mydir = os.path.join("functionalities", "data-formatter", "data-formatter-python-synth")
# rdar://problem/10887661
@unittest2.expectedFailure
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()
self.data_formatter_commands()
# rdar://problem/10887661
@unittest2.expectedFailure
def test_with_dwarf_and_run_command(self):
"""Test data formatter commands."""
self.buildDwarf()