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 | 1d13b1b029c741ee348564cee74e78575b210d5c (patch) | |
tree | be4f927d1910dbf86b81b17ce28ea3ee1ffbd248 /utils | |
parent | 0261cea689c71a15175faf37fdc6bd1d9f69c46e (diff) |
[lit] Add some TODO notes to myself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lit/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/utils/lit/TODO b/utils/lit/TODO index 6d7f7ea529..d2ff842f31 100644 --- a/utils/lit/TODO +++ b/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. + |