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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to