XFAIL TestCommandScriptImmediateOutput on FreeBSD also

llvm-svn: 260589
This commit is contained in:
Ed Maste 2016-02-11 21:15:49 +00:00
parent fa8f204c5b
commit e3ddf4c25d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class CommandScriptImmediateOutputTestCase (PExpectTest):
@skipIfRemote # test not remote-ready llvm.org/pr24813
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr22274: need a pexpect replacement for windows")
@expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr26139")
@expectedFailureAll(oslist=["freebsd","linux"], bugnumber="llvm.org/pr26139")
def test_command_script_immediate_output (self):
"""Test that LLDB correctly allows scripted commands to set an immediate output file."""
self.launch(timeout=5)