[PATCH] D40077: [lit][test-suite] - Allow 1 test to report multiple individual test results
Brian Homerding via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 11:33:42 PST 2018
homerdin updated this revision to Diff 131320.
homerdin added a comment.
Herald added subscribers: delcypher, hintonda.
@MatzeB I've included the changes needed to the existing microbenchmark support to allow for microbenchmarks to collect individual results. This is primarily a change to the lit Result class to allow nested Result objects.
https://reviews.llvm.org/D40077
Files:
MicroBenchmarks/XRay/FDRMode/CMakeLists.txt
MicroBenchmarks/XRay/ReturnReference/CMakeLists.txt
litsupport/modules/microbenchmark.py
litsupport/testplan.py
utils/lit/lit/Test.py
utils/lit/lit/main.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40077.131320.patch
Type: text/x-patch
Size: 8384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180124/49e14580/attachment.bin>
More information about the llvm-commits
mailing list