For example:
PASS: Clang :: Driver/ppc-features.cpp (346 of 348) in 5775ms PASS: Clang :: Driver/fsanitize.c (347 of 348) in 7346ms PASS: Clang :: Driver/arm-cortex-cpus.c (348 of 348) in 21752ms
Differential D15980
[lit] Output the time elapsed for each test when running lit with -v. jlebar on Jan 7 2016, 3:54 PM. Authored by
Details
Diff Detail Event TimelineComment Actions Why? Isn't -time-tests already way more useful? Also, this breaks any out-of-tree scripts which read the PASS/FAIL lines... which is something that we do. If you do want to do this, please put it under a flag. Comment Actions
Oh, indeed it is. I somehow missed that when looking through --help. Sorry for the noise! Comment Actions 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. Comment Actions I don't think we do, but the current format is extremely close to DejaGnu's... if that has any bearing on it.
|