[Lldb-commits] [lldb] r115000 - /lldb/trunk/test/persistent_variables/TestPersistentVariables.py

Johnny Chen johnny.chen at apple.com
Tue Sep 28 15:47:28 PDT 2010


Author: johnny
Date: Tue Sep 28 17:47:28 2010
New Revision: 115000

URL: http://llvm.org/viewvc/llvm-project?rev=115000&view=rev
Log:
Removed the @expectedFailure decorator from test_persistent_variables().

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=115000&r1=114999&r2=115000&view=diff
==============================================================================
--- lldb/trunk/test/persistent_variables/TestPersistentVariables.py (original)
+++ lldb/trunk/test/persistent_variables/TestPersistentVariables.py Tue Sep 28 17:47:28 2010
@@ -11,8 +11,6 @@
 
     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