Add @expectedFailure decorator for test_target_variable_command_with_dsym().

rdar://problem/9763907

llvm-svn: 135069
This commit is contained in:
Johnny Chen 2011-07-13 20:03:51 +00:00
parent 2d7faa5e3e
commit 10d6ce494b
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class targetCommandTestCase(TestBase):
# rdar://problem/9763907
# 'target variable' command fails if the target program has been run
#@unittest2.expectedFailure
@unittest2.expectedFailure
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_target_variable_command_with_dsym(self):
"""Test 'target variable' command before and after starting the inferior."""