[Lldb-commits] [PATCH] D19690: Split out console and file writing cases in TestCommandScriptImmediateOutput

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 28 20:27:26 PDT 2016


granata.enrico added inline comments.

================
Comment at: packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py:29
@@ -30,1 +28,3 @@
+        """Test that LLDB correctly allows scripted commands to set immediate output to the console."""
+        self.launch(timeout=5)
 
----------------
Can we raise this a little bit? I worry that going all the way from 60 down to 5 might cause this test to start failing more in load scenarios. Maybe 10 would be a better value?

================
Comment at: packages/Python/lldbsuite/test/functionalities/command_script_immediate_output/TestCommandScriptImmediateOutput.py:43
@@ +42,3 @@
+    @expectedFailureAll(oslist=["freebsd","linux"], bugnumber="llvm.org/pr26139")
+    def test_command_script_immediate_output_file (self):
+        """Test that LLDB correctly allows scripted commands to set immediate output to a file."""
----------------
Feel free to make the file version non pexpect-based if you want


http://reviews.llvm.org/D19690





More information about the lldb-commits mailing list