jingham added a comment.

For #2 we should be able to come up with something much more trivial than 
pexpect (and thereby more reliable) because we really aren't expecting 
patterns.  We are always sending a complete string reading a complete string 
back, then checking the string against some pattern.  It should be pretty 
straightforward to write a lit tool that does that.  IIUC that's what Davide 
did for the swift REPL tests in the github repo.


Repository:
  rL LLVM

https://reviews.llvm.org/D46588



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

Reply via email to