diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-18 02:28:09 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-18 02:28:09 +0000 |
commit | 07cc4f6b33e8a8bea5cb610424d5affe04ec3222 (patch) | |
tree | 437cb959aef4af2b3bc959e06bdcd5f7c43fc587 /llvm/utils/lit | |
parent | f09d96f76d6c87c3527285e867ebfa7606e49556 (diff) | |
download | bcm5719-llvm-07cc4f6b33e8a8bea5cb610424d5affe04ec3222.tar.gz bcm5719-llvm-07cc4f6b33e8a8bea5cb610424d5affe04ec3222.zip |
lit: These TODOs are done(ish).
llvm-svn: 114260
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r-- | llvm/utils/lit/TODO | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/utils/lit/TODO b/llvm/utils/lit/TODO index 4d00d2c1cfc..6d7f7ea529a 100644 --- a/llvm/utils/lit/TODO +++ b/llvm/utils/lit/TODO @@ -2,18 +2,8 @@ - Add --show-unsupported, don't show by default? - - Finish documentation. - - Optionally use multiprocessing. - - Support llvmc and ocaml tests. - - Support valgrind in all configs, and LLVM style valgrind. - - Provide test suite config for running unit tests. - - Support a timeout / ulimit. - - - Support "disabling" tests? The advantage of making this distinct from XFAIL - is it makes it more obvious that it is a temporary measure (and lit can put - in a separate category). |