[Lldb-commits] [PATCH] D12020: Print unexpected successes at the end of dosep.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 13 16:31:12 PDT 2015
zturner added inline comments.
================
Comment at: test/dosep.py:266
@@ -259,2 +266,2 @@
timed_out = sum([result[0] for result in test_results], [])
passed = sum([result[1] for result in test_results], [])
----------------
chaoren wrote:
> There's a line above this:
> ```
> # result = (timed_out, failed, passed, fail_count, pass_count)
> ```
> that needs to be updated.
>
> (could you please include all context in the future? I recommend using [[ https://secure.phabricator.com/book/phabricator/article/arcanist/ | arcanist ]])
Arcanist didn't work well on windows last time I tried.
http://reviews.llvm.org/D12020
More information about the lldb-commits
mailing list