[PATCH] D43314: [lit] - Allow 1 test to report multiple micro-test results to provide support for microbenchmarks.

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 23 13:24:07 PST 2018


homerdin updated this revision to Diff 135686.
homerdin edited the summary of this revision.
homerdin added a comment.

Thanks for the comments!

- Updated micro test name expansion to be `ParentTest.test:MicroTest`
- Updated Console output to be deterministic and removed the `CHECK-DAGS` from the tests
- Added Updated Output in the Summary


https://reviews.llvm.org/D43314

Files:
  utils/lit/lit/Test.py
  utils/lit/lit/main.py
  utils/lit/tests/Inputs/test-data-micro/dummy_format.py
  utils/lit/tests/Inputs/test-data-micro/lit.cfg
  utils/lit/tests/Inputs/test-data-micro/micro-tests.ini
  utils/lit/tests/test-data-micro.py
  utils/lit/tests/test-output-micro.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43314.135686.patch
Type: text/x-patch
Size: 9168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180223/67638b41/attachment.bin>


More information about the llvm-commits mailing list