[Lldb-commits] [PATCH] D19633: Move TestCommandScriptImmediateOutput from PExpectTest to TestBase
Francis Ricci via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 27 16:19:32 PDT 2016
fjricci added a comment.
As of r264351, this test already writes to both the console and to files (since the file writing is testing the same python file io bugs tested by the console writing). I can make another patch to split it out if that's preferable.
However, this patch is intended to move the test off of PExpect, because I noticed that sendline() has some issues when running with older versions of lldb (like 3.8, for example), regardless of whether we're testing files or the console.
http://reviews.llvm.org/D19633
More information about the lldb-commits
mailing list