[llvm] r173857 - [lit] Add some TODO notes to myself.

Daniel Dunbar daniel at zuster.org
Tue Jan 29 16:12:24 PST 2013


Author: ddunbar
Date: Tue Jan 29 18:12:24 2013
New Revision: 173857

URL: http://llvm.org/viewvc/llvm-project?rev=173857&view=rev
Log:
[lit] Add some TODO notes to myself.

Modified:
    llvm/trunk/utils/lit/TODO

Modified: llvm/trunk/utils/lit/TODO
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/TODO?rev=173857&r1=173856&r2=173857&view=diff
==============================================================================
--- llvm/trunk/utils/lit/TODO (original)
+++ llvm/trunk/utils/lit/TODO Tue Jan 29 18:12:24 2013
@@ -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.
+





More information about the llvm-commits mailing list