[lit] Add support for attach arbitrary metrics to test results.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Sep 2013 17:45:11 +0000 (17:45 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Sep 2013 17:45:11 +0000 (17:45 +0000)
commitff058f0a701b601f1593f2a9c8030acb652fdba6
tree4fde63c42a5ffd96c7ebf9bb3f0f00b2b10f5895
parent15f387c93ef8d5c23f110143996c8b9b4a089864
[lit] Add support for attach arbitrary metrics to test results.

 - This is a work-in-progress and all details are subject to change, but I am
   trying to build up support for allowing lit to be used as a driver for
   performance tests (or other tests which might want to record information
   beyond simple PASS/FAIL).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190535 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/Test.py
utils/lit/lit/main.py
utils/lit/tests/Inputs/test-data/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/test-data/metrics.ini [new file with mode: 0644]
utils/lit/tests/test-data.py [new file with mode: 0644]