blob: e209fada355bd6225827a2263b1cb396747e27b8 [file] [log] [blame]
Daniel Dunbarbe7ada72009-09-08 05:31:18 +00001 - Move temp directory name into local test config.
2
3 - Add --show-unsupported, don't show by default?
4
Daniel Dunbarbe7ada72009-09-08 05:31:18 +00005 - Optionally use multiprocessing.
6
Daniel Dunbarbe7ada72009-09-08 05:31:18 +00007 - Support valgrind in all configs, and LLVM style valgrind.
8
Daniel Dunbarbe7ada72009-09-08 05:31:18 +00009 - Support a timeout / ulimit.
Daniel Dunbar1d13b1b2013-01-30 00:12:24 +000010
Daniel Dunbar1d13b1b2013-01-30 00:12:24 +000011 - Create an explicit test suite object (instead of using the top-level
12 TestingConfig object).
13
14 - Allow 'lit' driver to cooperate with test suites to add options (or at least
15 sanitize accepted params).
16
17 - Consider move to identifying all tests by path-to-test-suite and then path to
18 subtest, and don't use test suite names.
19
20 - Consider move to change workflow to always load suites, then resolve command
21 line arguments.
22