diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-05-11 10:32:16 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-05-11 10:32:16 +0000 |
commit | 88504598c332fde335896dbf0cb3431731480685 (patch) | |
tree | b8058548eabac2773d74464ff45f0c53fae74d75 /lldb/test/functionalities/connect_remote/TestConnectRemote.py | |
parent | 8c8ff7af288829f357375a952155155c88e8945e (diff) | |
download | bcm5719-llvm-88504598c332fde335896dbf0cb3431731480685.tar.gz bcm5719-llvm-88504598c332fde335896dbf0cb3431731480685.zip |
Skip and XFAIL test occasionally timing out on the Linux build bot
llvm-svn: 236984
Diffstat (limited to 'lldb/test/functionalities/connect_remote/TestConnectRemote.py')
-rw-r--r-- | lldb/test/functionalities/connect_remote/TestConnectRemote.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/connect_remote/TestConnectRemote.py b/lldb/test/functionalities/connect_remote/TestConnectRemote.py index 41194f0cc1e..84ae5250be4 100644 --- a/lldb/test/functionalities/connect_remote/TestConnectRemote.py +++ b/lldb/test/functionalities/connect_remote/TestConnectRemote.py @@ -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]".""" |