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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits