summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-18 02:28:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-18 02:28:09 +0000
commit3f32b444ed2aefd3f44550e821d30eeda24a3683 (patch)
tree40ebe24620c64908096b5b7702e130333b640ba1 /utils
parent6dab137b889d1fafdeee9c70c2b59d549d59163a (diff)
downloadllvm-3f32b444ed2aefd3f44550e821d30eeda24a3683.tar.gz
llvm-3f32b444ed2aefd3f44550e821d30eeda24a3683.tar.bz2
llvm-3f32b444ed2aefd3f44550e821d30eeda24a3683.tar.xz
lit: These TODOs are done(ish).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114260 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/lit/TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/lit/TODO b/utils/lit/TODO
index 4d00d2c1cf..6d7f7ea529 100644
--- a/utils/lit/TODO
+++ b/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).