[Lldb-commits] [lldb] r114307 - /lldb/trunk/test/settings/TestSettings.py

Johnny Chen johnny.chen at apple.com
Sat Sep 18 19:47:18 PDT 2010


Author: johnny
Date: Sat Sep 18 21:47:18 2010
New Revision: 114307

URL: http://llvm.org/viewvc/llvm-project?rev=114307&view=rev
Log:
Added @expectedFailure decorator for test_set_term_width().

Modified:
    lldb/trunk/test/settings/TestSettings.py

Modified: lldb/trunk/test/settings/TestSettings.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/settings/TestSettings.py?rev=114307&r1=114306&r2=114307&view=diff
==============================================================================
--- lldb/trunk/test/settings/TestSettings.py (original)
+++ lldb/trunk/test/settings/TestSettings.py Sat Sep 18 21:47:18 2010
@@ -30,6 +30,9 @@
         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."""
 





More information about the lldb-commits mailing list