[Lldb-commits] [PATCH] D98179: [lit] Sort test start times based on prior test timing data
Jeremy Morse via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 16 05:55:43 PDT 2021
jmorse added a comment.
Hi,
I'm experiencing reorder.py failing intermittently on a Windows system -- it seems to pick up the .lit_test_times.txt produced in the build directory for the Inputs tests after the first run, and use that for ordering. And seeing how that just contains noise, the Inputs tests are then run in the wrong order. Is this supposed to be accounted for already?
(I'm trying to produce something that reliably passes, but I'm not familiar with this part of lit).
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