diff options
author | Ed Maste <emaste@freebsd.org> | 2014-02-24 15:10:00 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-02-24 15:10:00 +0000 |
commit | c00c6e661fded3abeb707b335e44397fd29e111a (patch) | |
tree | 598fa0e71e3639ab5e78802b6c10c2280580fa02 /lldb/test/functionalities/connect_remote/TestConnectRemote.py | |
parent | 7dbcdd08c29dfecd0d5b9bd89afd60d8f7e3de29 (diff) | |
download | bcm5719-llvm-c00c6e661fded3abeb707b335e44397fd29e111a.tar.gz bcm5719-llvm-c00c6e661fded3abeb707b335e44397fd29e111a.zip |
Remove TestConnectRemote decorator for FreeBSD
Failure is not reproducible on ToT LLDB locally or on the buildbot.
llvm.org/pr18313
llvm-svn: 202043
Diffstat (limited to 'lldb/test/functionalities/connect_remote/TestConnectRemote.py')
-rw-r--r-- | lldb/test/functionalities/connect_remote/TestConnectRemote.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/connect_remote/TestConnectRemote.py b/lldb/test/functionalities/connect_remote/TestConnectRemote.py index f741b576e48..a86e129c6ea 100644 --- a/lldb/test/functionalities/connect_remote/TestConnectRemote.py +++ b/lldb/test/functionalities/connect_remote/TestConnectRemote.py @@ -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".""" |