[Lldb-commits] [lldb] r114466 - /lldb/trunk/test/persistent_variables/TestPersistentVariables.py
Johnny Chen
johnny.chen at apple.com
Tue Sep 21 12:12:39 PDT 2010
Author: johnny
Date: Tue Sep 21 14:12:39 2010
New Revision: 114466
URL: http://llvm.org/viewvc/llvm-project?rev=114466&view=rev
Log:
Decorated PersistentVariablesTestCase.test_persistent_variables() with
@expectedFailure as of r114384.
Modified:
lldb/trunk/test/persistent_variables/TestPersistentVariables.py
Modified: lldb/trunk/test/persistent_variables/TestPersistentVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/persistent_variables/TestPersistentVariables.py?rev=114466&r1=114465&r2=114466&view=diff
==============================================================================
--- lldb/trunk/test/persistent_variables/TestPersistentVariables.py (original)
+++ lldb/trunk/test/persistent_variables/TestPersistentVariables.py Tue Sep 21 14:12:39 2010
@@ -11,6 +11,8 @@
mydir = "persistent_variables"
+ @unittest2.expectedFailure
+ # Fails as of r114384.
def test_persistent_variables(self):
"""Test that lldb persistent variables works correctly."""
self.buildDefault()
More information about the lldb-commits
mailing list