[Lldb-commits] [lldb] r202043 - Remove TestConnectRemote decorator for FreeBSD

Ed Maste emaste at freebsd.org
Mon Feb 24 07:10:00 PST 2014


Author: emaste
Date: Mon Feb 24 09:10:00 2014
New Revision: 202043

URL: http://llvm.org/viewvc/llvm-project?rev=202043&view=rev
Log:
Remove TestConnectRemote decorator for FreeBSD

Failure is not reproducible on ToT LLDB locally or on the buildbot.

llvm.org/pr18313

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

Modified: lldb/trunk/test/functionalities/connect_remote/TestConnectRemote.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/connect_remote/TestConnectRemote.py?rev=202043&r1=202042&r2=202043&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/connect_remote/TestConnectRemote.py (original)
+++ lldb/trunk/test/functionalities/connect_remote/TestConnectRemote.py Mon Feb 24 09:10:00 2014
@@ -12,7 +12,6 @@ class ConnectRemoteTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
-    @expectedFailureFreeBSD('llvm.org/pr18313')
     def test_connect_remote(self):
         """Test "process connect connect:://localhost:12345"."""
 





More information about the lldb-commits mailing list