summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/connect_remote/TestConnectRemote.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-09-21 13:44:57 +0000
committerEd Maste <emaste@freebsd.org>2015-09-21 13:44:57 +0000
commitef3a04aae7a4b19f57be950824a37ec10e67fad6 (patch)
tree4f0a8a60836ba108fd82810b9f46c8c91ad631fe /lldb/test/functionalities/connect_remote/TestConnectRemote.py
parenta10dff946e4642b7a09e30fbc2badd3a20feaf1d (diff)
downloadbcm5719-llvm-ef3a04aae7a4b19f57be950824a37ec10e67fad6.tar.gz
bcm5719-llvm-ef3a04aae7a4b19f57be950824a37ec10e67fad6.zip
XFAIL TestConnectRemote.py on FreeBSD
Test fails with: error: Process 1 was reported after connecting to 'connect://localhost:42922', but no stop reply packet was received llvm.org/pr24896 llvm-svn: 248157
Diffstat (limited to 'lldb/test/functionalities/connect_remote/TestConnectRemote.py')
-rw-r--r--lldb/test/functionalities/connect_remote/TestConnectRemote.py1
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 c7c4ab36cf0..f7c40b4b823 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 = TestBase.compute_mydir(__file__)
+ @expectedFailureFreeBSD("llvm.org/pr24896") # No stop reply packet on FreeBSD
@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
OpenPOWER on IntegriCloud