diff options
author | Ed Maste <emaste@freebsd.org> | 2015-08-31 21:37:15 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-08-31 21:37:15 +0000 |
commit | 8bb3d04adc6e3031696b0d9f3c00e71cb054969c (patch) | |
tree | 4dbf4793fda0cf6865d6f9ef1142fb4c39a76b96 /lldb/test/functionalities/connect_remote/TestConnectRemote.py | |
parent | 4da0e12968b39d0ce9f43c9b0012e6ef0e5129be (diff) | |
download | bcm5719-llvm-8bb3d04adc6e3031696b0d9f3c00e71cb054969c.tar.gz bcm5719-llvm-8bb3d04adc6e3031696b0d9f3c00e71cb054969c.zip |
Remove expectedFailureFreeBSD for passing pexpect tests
These tests work when run locally. They had been occasionally failing
on the FreeBSD buildbot due to pexpect issues. That buildbot is
currently down, and I expect the replacement will not have this issue.
llvm.org/pr22784
llvm-svn: 246490
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 84ae5250be4..c7c4ab36cf0 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/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 |