[Lldb-commits] [lldb] r133294 - /lldb/trunk/test/connect_remote/TestConnectRemote.py

Johnny Chen johnny.chen at apple.com
Fri Jun 17 14:17:56 PDT 2011


Author: johnny
Date: Fri Jun 17 16:17:56 2011
New Revision: 133294

URL: http://llvm.org/viewvc/llvm-project?rev=133294&view=rev
Log:
Test case test_connect_remote() has been passing consistently for some times.
Let's remove the @expectedFailure marker from it.

Modified:
    lldb/trunk/test/connect_remote/TestConnectRemote.py

Modified: lldb/trunk/test/connect_remote/TestConnectRemote.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/connect_remote/TestConnectRemote.py?rev=133294&r1=133293&r2=133294&view=diff
==============================================================================
--- lldb/trunk/test/connect_remote/TestConnectRemote.py (original)
+++ lldb/trunk/test/connect_remote/TestConnectRemote.py Fri Jun 17 16:17:56 2011
@@ -12,7 +12,6 @@
 
     mydir = "connect_remote"
 
-    @unittest2.expectedFailure
     def test_connect_remote(self):
         """Test "process connect connect:://localhost:12345"."""
 





More information about the lldb-commits mailing list