[Lldb-commits] [lldb] r135069 - /lldb/trunk/test/functionalities/target_command/TestTargetCommand.py

Johnny Chen johnny.chen at apple.com
Wed Jul 13 13:03:51 PDT 2011


Author: johnny
Date: Wed Jul 13 15:03:51 2011
New Revision: 135069

URL: http://llvm.org/viewvc/llvm-project?rev=135069&view=rev
Log:
Add @expectedFailure decorator for test_target_variable_command_with_dsym().

rdar://problem/9763907

Modified:
    lldb/trunk/test/functionalities/target_command/TestTargetCommand.py

Modified: lldb/trunk/test/functionalities/target_command/TestTargetCommand.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/target_command/TestTargetCommand.py?rev=135069&r1=135068&r2=135069&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/target_command/TestTargetCommand.py (original)
+++ lldb/trunk/test/functionalities/target_command/TestTargetCommand.py Wed Jul 13 15:03:51 2011
@@ -36,7 +36,7 @@
 
     # rdar://problem/9763907
     # 'target variable' command fails if the target program has been run
-    #@unittest2.expectedFailure
+    @unittest2.expectedFailure
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
     def test_target_variable_command_with_dsym(self):
         """Test 'target variable' command before and after starting the inferior."""





More information about the lldb-commits mailing list