[Lldb-commits] [PATCH] D19633: Move TestCommandScriptImmediateOutput from PExpectTest to TestBase

Francis Ricci via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 28 09:22:09 PDT 2016


fjricci added a comment.

Oh I see. I don't think the file-writing is going to work in the PExpect mode (for some reason, it looks like the sendline calls aren't always being received/processed correctly by lldb, while runCmd works fine), so it's probably better to split out into a different test case then.


http://reviews.llvm.org/D19633





More information about the lldb-commits mailing list