[lit] Add some TODO notes to myself.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 30 Jan 2013 00:12:24 +0000 (00:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 30 Jan 2013 00:12:24 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173857 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/TODO

index 6d7f7ea529ae7b3d27c4e9a1dde9f990c0a2c1cc..d2ff842f3145ffe26633291b0ec8ac58628d5cca 100644 (file)
@@ -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.
+