Disable TestDataFormatterStdMap.test_with_dsym_and_run_command on Darwin

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

llvm-svn: 212645
This commit is contained in:
Todd Fiala 2014-07-09 20:33:51 +00:00
parent 73d80faa78
commit 1928c9bd53
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class StdMapDataFormatterTestCase(TestBase):
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dsym_test
@expectedFailureDarwin("llvm.org/pr20263")
def test_with_dsym_and_run_command(self):
"""Test data formatter commands."""
self.buildDsym()