diff options
author | Daniel Malea <daniel.malea@intel.com> | 2012-12-04 19:53:59 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2012-12-04 19:53:59 +0000 |
commit | 4e718e7dd875a14a5b1322e53a2cc16858248635 (patch) | |
tree | 29b913f6dcf917fe0304d09d759e8ff7f75f25c8 /lldb/test/functionalities/connect_remote/TestConnectRemote.py | |
parent | 57e09e87a41236e896c04c8419d2fa6b4ac424f7 (diff) | |
download | bcm5719-llvm-4e718e7dd875a14a5b1322e53a2cc16858248635.tar.gz bcm5719-llvm-4e718e7dd875a14a5b1322e53a2cc16858248635.zip |
Mark TestConnectRemote.py as expected to fail on Linux due to bugzilla #14427
llvm-svn: 169295
Diffstat (limited to 'lldb/test/functionalities/connect_remote/TestConnectRemote.py')
-rw-r--r-- | lldb/test/functionalities/connect_remote/TestConnectRemote.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/connect_remote/TestConnectRemote.py b/lldb/test/functionalities/connect_remote/TestConnectRemote.py index e36647e27c2..580a85dfc10 100644 --- a/lldb/test/functionalities/connect_remote/TestConnectRemote.py +++ b/lldb/test/functionalities/connect_remote/TestConnectRemote.py @@ -12,6 +12,7 @@ class ConnectRemoteTestCase(TestBase): mydir = os.path.join("functionalities", "connect_remote") + @expectedFailureLinux # bugzilla 14427 def test_connect_remote(self): """Test "process connect connect:://localhost:12345".""" |