summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-09-19 02:47:18 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-09-19 02:47:18 +0000
commit8409284a32ebc3603eb56beb1a5cd12978a1f192 (patch)
treec71257579ed8e37dc439b2a35267a4f347808f1b
parent1b65488229479ffced81cab3d36b59d6bff46fcd (diff)
downloadbcm5719-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.py3
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."""
OpenPOWER on IntegriCloud