forked from OSchip/llvm-project
Added @expectedFailure decorator for test_set_term_width().
llvm-svn: 114307
This commit is contained in:
parent
1b65488229
commit
8409284a32
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue