diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-09-19 02:47:18 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-19 02:47:18 +0000 |
| commit | 8409284a32ebc3603eb56beb1a5cd12978a1f192 (patch) | |
| tree | c71257579ed8e37dc439b2a35267a4f347808f1b | |
| parent | 1b65488229479ffced81cab3d36b59d6bff46fcd (diff) | |
| download | bcm5719-llvm-8409284a32ebc3603eb56beb1a5cd12978a1f192.tar.gz bcm5719-llvm-8409284a32ebc3603eb56beb1a5cd12978a1f192.zip | |
Added @expectedFailure decorator for test_set_term_width().
llvm-svn: 114307
| -rw-r--r-- | lldb/test/settings/TestSettings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/settings/TestSettings.py b/lldb/test/settings/TestSettings.py index 04e4ad0d288..733b0af34e5 100644 --- a/lldb/test/settings/TestSettings.py +++ b/lldb/test/settings/TestSettings.py @@ -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.""" |

