[PATCH] D97046: [lit] Add "late_tests" test suite config option
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 08:02:27 PST 2021
lebedev.ri added a comment.
In D97046#2587682 <https://reviews.llvm.org/D97046#2587682>, @davezarzycki wrote:
> In D97046#2587436 <https://reviews.llvm.org/D97046#2587436>, @lebedev.ri wrote:
>
>> I feel like this should be handled by lit transparently, like recording the time it took to run each test last time, then somehow deciding on the new test run order based on that,
>
> I agree that would be the ideal solution for incremental builds, but unless that recording is committed back to the repository (and periodically updated), it won't help clean builds (i.e. bots and paranoid people).
Yep.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97046/new/
https://reviews.llvm.org/D97046
More information about the llvm-commits
mailing list