[Lldb-commits] [PATCH] D98179: [lit] Sort test start times based on prior test timing data

Mehdi AMINI via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 19 16:34:08 PDT 2021


mehdi_amini added a comment.

> No, I'm running lit and dumping into a file. sorting is not as easy as piping through sort, as I'm running with -vv (required).

Since tests run in parallel, don't you already have some non-determinism in the -vv output? Isn't it printing as test finish? (just curious, not pushing back on anything here).

> Anyway, sorting the list on lit side should be 1 line for some that knows where that line goes :)

Yeah I agree that sorting on the lit side for the summary should be fairly easy!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98179/new/

https://reviews.llvm.org/D98179



More information about the lldb-commits mailing list