Daniel Dunbar | be7ada7 | 2009-09-08 05:31:18 +0000 | [diff] [blame] | 1 | - Move temp directory name into local test config. |
| 2 | |
| 3 | - Add --show-unsupported, don't show by default? |
| 4 | |
Daniel Dunbar | be7ada7 | 2009-09-08 05:31:18 +0000 | [diff] [blame] | 5 | - Optionally use multiprocessing. |
| 6 | |
Daniel Dunbar | be7ada7 | 2009-09-08 05:31:18 +0000 | [diff] [blame] | 7 | - Support valgrind in all configs, and LLVM style valgrind. |
| 8 | |
Daniel Dunbar | be7ada7 | 2009-09-08 05:31:18 +0000 | [diff] [blame] | 9 | - Support a timeout / ulimit. |
Daniel Dunbar | 1d13b1b | 2013-01-30 00:12:24 +0000 | [diff] [blame] | 10 | |
Daniel Dunbar | 1d13b1b | 2013-01-30 00:12:24 +0000 | [diff] [blame] | 11 | - 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 | |