[Lldb-commits] [PATCH] D55835: [dotest] Consider unexpected passes as failures.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 20 11:20:51 PST 2018
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks good to me. Modifying this code is not ideal, but this is a pretty small but fundamental change in how unittest works. Changing the treatment of unexpected successes anywhere else would be a hack. It also looks like this is not the first change we've made in this piece of code.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55835/new/
https://reviews.llvm.org/D55835
More information about the lldb-commits
mailing list