summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2016-02-11 21:15:49 +0000
committerEd Maste <emaste@freebsd.org>2016-02-11 21:15:49 +0000
commite3ddf4c25d33ddb6fee572c31824dd4b6c583d4e (patch)
tree0c909175634ce5d097f9f7634fa5d997f976cc65 /lldb/packages/Python/lldbsuite/test
parentfa8f204c5b6f08624c89d8487b210f7d041fca1e (diff)
downloadbcm5719-llvm-e3ddf4c25d33ddb6fee572c31824dd4b6c583d4e.tar.gz
bcm5719-llvm-e3ddf4c25d33ddb6fee572c31824dd4b6c583d4e.zip
XFAIL TestCommandScriptImmediateOutput on FreeBSD also
llvm-svn: 260589
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py b/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py
index 9f6db12de18..4716d65368f 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py
@@ -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)
OpenPOWER on IntegriCloud