[Lldb-commits] [lldb] r236984 - Skip and XFAIL test occasionally timing out on the Linux build bot

Tamas Berghammer tberghammer at google.com
Mon May 11 03:32:16 PDT 2015


Author: tberghammer
Date: Mon May 11 05:32:16 2015
New Revision: 236984

URL: http://llvm.org/viewvc/llvm-project?rev=236984&view=rev
Log:
Skip and XFAIL test occasionally timing out on the Linux build bot

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=236984&r1=236983&r2=236984&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/connect_remote/TestConnectRemote.py (original)
+++ lldb/trunk/test/functionalities/connect_remote/TestConnectRemote.py Mon May 11 05:32:16 2015
@@ -14,6 +14,8 @@ class ConnectRemoteTestCase(TestBase):
 
     @expectedFailureFreeBSD("llvm.org/pr22784: pexpect failing on the FreeBSD buildbot")
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
+    @expectedFailureLinux("llvm.org/pr23475") # Test occasionally times out on the Linux build bot
+    @skipIfLinux                              # Test occasionally times out on the Linux build bot
     def test_connect_remote(self):
         """Test "process connect connect:://localhost:[port]"."""
 





More information about the lldb-commits mailing list