Added @expectedFailure decorator for test_set_term_width().

llvm-svn: 114307
This commit is contained in:
Johnny Chen 2010-09-19 02:47:18 +00:00
parent 1b65488229
commit 8409284a32
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ class SettingsCommandTestCase(TestBase):
self.expect("settings show",
substrs = ["prompt (string) = 'lldb2'"])
@unittest2.expectedFailure
# rdar://problem/8449849
# settings test case failure (probably after r114252)
def test_set_term_width(self):
"""Test that 'set term-width' actually changes the term-width."""