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

Johnny Chen johnny.chen at apple.com
Tue Mar 8 15:35:45 PST 2011


Author: johnny
Date: Tue Mar  8 17:35:45 2011
New Revision: 127290

URL: http://llvm.org/viewvc/llvm-project?rev=127290&view=rev
Log:
Add an expectedFailure decorator to the test_connect_remote() test case.
It fails when running within the context of the test suite, but succeeds
when running alone.

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=127290&r1=127289&r2=127290&view=diff
==============================================================================
--- lldb/trunk/test/connect_remote/TestConnectRemote.py (original)
+++ lldb/trunk/test/connect_remote/TestConnectRemote.py Tue Mar  8 17:35:45 2011
@@ -11,6 +11,7 @@
 
     mydir = "connect_remote"
 
+    @unittest2.expectedFailure
     def test_connect_remote(self):
         """Test "process connect connect:://localhost:12345"."""
 





More information about the lldb-commits mailing list