[PATCH] D15980: [lit] Output the time elapsed for each test when running lit with -v.
Jonathan Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 16:07:49 PST 2016
jroelofs added a comment.
In http://reviews.llvm.org/D15980#321919, @joker.eph wrote:
> Do we provide any guarantee on the output format? Scripts that rely on the output format to never change seems like a wrong design IMO. Such needs should be filled with a file output like JUnit.
I don't think we do, but the current format is extremely close to DejaGnu's... if that has any bearing on it.
> (The other part of the comment about `--time-tests` remains valid, even though it is not a complete overlap)
http://reviews.llvm.org/D15980
More information about the llvm-commits
mailing list