[Lldb-commits] [lldb] r257755 - XFAIL TestCommandScriptImmediateOutput on Linux

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 14 02:56:57 PST 2016


Author: tberghammer
Date: Thu Jan 14 04:56:56 2016
New Revision: 257755

URL: http://llvm.org/viewvc/llvm-project?rev=257755&view=rev
Log:
XFAIL TestCommandScriptImmediateOutput on Linux

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py?rev=257755&r1=257754&r2=257755&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py Thu Jan 14 04:56:56 2016
@@ -21,6 +21,7 @@ class CommandScriptImmediateOutputTestCa
 
     @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)




More information about the lldb-commits mailing list