diff options
author | Tamas Berghammer <tberghammer@google.com> | 2016-01-14 10:56:56 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2016-01-14 10:56:56 +0000 |
commit | 3fa2395aa51fe4e4addadf85feb54ba0b0b900f9 (patch) | |
tree | a5abbfee8b4342291ff0de05bd13bf1911a28cd0 /lldb/packages/Python/lldbsuite/test | |
parent | 7aa88ce70c95d4dd27e7245cb624a46835b9fe0c (diff) | |
download | bcm5719-llvm-3fa2395aa51fe4e4addadf85feb54ba0b0b900f9.tar.gz bcm5719-llvm-3fa2395aa51fe4e4addadf85feb54ba0b0b900f9.zip |
XFAIL TestCommandScriptImmediateOutput on Linux
llvm-svn: 257755
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py | 1 |
1 files changed, 1 insertions, 0 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 ea54c3fb663..429e2b4ed7d 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 @@ -21,6 +21,7 @@ class CommandScriptImmediateOutputTestCase (PExpectTest): @skipIfRemote # test not remote-ready llvm.org/pr24813 @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") + @expectedFailureLinux("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) |