From 3fa2395aa51fe4e4addadf85feb54ba0b0b900f9 Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Thu, 14 Jan 2016 10:56:56 +0000 Subject: XFAIL TestCommandScriptImmediateOutput on Linux llvm-svn: 257755 --- .../command_script_immediate_output/TestCommandScriptImmediateOutput.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') 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) -- cgit v1.2.3