lit: These TODOs are done(ish).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-09-18 02:28:09 +00:00
parent 6dab137b88
commit 3f32b444ed

View File

@ -2,18 +2,8 @@
- Add --show-unsupported, don't show by default? - Add --show-unsupported, don't show by default?
- Finish documentation.
- Optionally use multiprocessing. - Optionally use multiprocessing.
- Support llvmc and ocaml tests.
- Support valgrind in all configs, and LLVM style valgrind. - Support valgrind in all configs, and LLVM style valgrind.
- Provide test suite config for running unit tests.
- Support a timeout / ulimit. - 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).