lit: These TODOs are done(ish).
authorDaniel Dunbar <daniel@zuster.org>
Sat, 18 Sep 2010 02:28:09 +0000 (02:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 18 Sep 2010 02:28:09 +0000 (02:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114260 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/TODO

index 4d00d2c1cfcd87df82561d4bb432ead9f615153d..6d7f7ea529ae7b3d27c4e9a1dde9f990c0a2c1cc 100644 (file)
@@ -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).