[PATCH] D99073: [lit] Reliable progress indicator and ETA

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 14:13:39 PDT 2021


mstorsjo added a comment.

In D99073#2648236 <https://reviews.llvm.org/D99073#2648236>, @lebedev.ri wrote:

> Thanks!
> How can `total_time` even be `0.0` there?

Not entirely sure - for some reason, it runs this print routine a couple times right away (before any tests have completed) when starting testing when I invoke it as `ninja check-lit`, but not when I run it as `python bin\llvm-lit.py -sv ..\utils\lit\tests`. (On Windows, it uses SimpleProgressBar, not the more elaborate one anyway.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99073



More information about the llvm-commits mailing list