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:
parent
a10dff946e
commit
ef3a04aae7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue