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]".""" _______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits