[Lldb-commits] [PATCH] D66954: dotest: improvements to the pexpect tests

2019-08-30 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL370449: dotest: improvements to the pexpect tests (authored by labath, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Repository: rL LLVM CHANGES SINCE LAST ACTI

[Lldb-commits] [PATCH] D66954: dotest: improvements to the pexpect tests

2019-08-29 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM. And it seems like you found TestFormats.py at the same time as me and ninja'd D66962 CHANGES SINCE LAST ACTION https://reviews.llvm.org/D66954/

[Lldb-commits] [PATCH] D66954: dotest: improvements to the pexpect tests

2019-08-29 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: teemperor, JDevlieghere, davide. Herald added a subscriber: aprantl. While working on r370054, i've found it frustrating that the test output was compeletely unhelpful in case of failures. Therefore I've decided to improve that. In this I reuse