[Lldb-commits] [PATCH] D98179: [lit] Sort test start times based on prior test timing data
Roman Lebedev via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 14 08:34:04 PDT 2021
lebedev.ri added a comment.
In D98179#2689075 <https://reviews.llvm.org/D98179#2689075>, @mstorsjo wrote:
> Something related to the time recording seems to fail intermittently on buildbots: https://lab.llvm.org/buildbot#builders/93/builds/2697
I'll cut to the fix here: @davezarzycki is there any reason why the timing data is stored in a CSV format, and not JSON.
The fix is to switch to latter.
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