jingham added a comment.

lldb testcases are know not to be flakey if they don't use pexpect, which these 
wouldn't.  The setup machinery for running a dotest based test is pretty well 
tested at this point.

And the lldb-test test would not just magically come into being by writing the 
lit-form text you suggested.  You will have to write a lldb-test func that 
marshals the input (both --complete-string and you'll also need a cursor 
position to test completion inside a line).  That's new and not tested code.  
Whereas the dotest test relies on the API it is directly testing, and trust 
that the basic machinery of dotest is going to continue to function.


https://reviews.llvm.org/D42656



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

Reply via email to