diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-01-30 00:12:24 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-01-30 00:12:24 +0000 |
commit | a4db5d08393c16cb0de83f96c49fc5911fd5f5ed (patch) | |
tree | 70072d2aa593d11f9831fdb1c77b4da1d0d5aac2 /llvm/utils | |
parent | ef6a39c80b806c85ecb719c4626dc14b23c29ec6 (diff) | |
download | bcm5719-llvm-a4db5d08393c16cb0de83f96c49fc5911fd5f5ed.tar.gz bcm5719-llvm-a4db5d08393c16cb0de83f96c49fc5911fd5f5ed.zip |
[lit] Add some TODO notes to myself.
llvm-svn: 173857
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/lit/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/llvm/utils/lit/TODO b/llvm/utils/lit/TODO index 6d7f7ea529a..d2ff842f314 100644 --- a/llvm/utils/lit/TODO +++ b/llvm/utils/lit/TODO @@ -7,3 +7,20 @@ - Support valgrind in all configs, and LLVM style valgrind. - Support a timeout / ulimit. + + - Rename 'lit' injected variable for config to be lit_config. + + - Allow import of 'lit' in test suite definitions. + + - Create an explicit test suite object (instead of using the top-level + TestingConfig object). + + - Allow 'lit' driver to cooperate with test suites to add options (or at least + sanitize accepted params). + + - Consider move to identifying all tests by path-to-test-suite and then path to + subtest, and don't use test suite names. + + - Consider move to change workflow to always load suites, then resolve command + line arguments. + |