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
This commit is contained in:
Ed Maste 2015-09-21 13:44:57 +00:00
parent a10dff946e
commit ef3a04aae7
1 changed files with 1 additions and 0 deletions

View File

@ -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