diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-08 05:31:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-08 05:31:18 +0000 |
commit | fb15e592d9d89cf2ad3949ecc601848c5d930f0f (patch) | |
tree | 3f26e80fd453d8057b839a9420390353bd63b324 /utils/lit/TODO | |
parent | 599c392e8d93a229de7d1a6a7182b40e33791f3c (diff) | |
download | external_llvm-fb15e592d9d89cf2ad3949ecc601848c5d930f0f.zip external_llvm-fb15e592d9d89cf2ad3949ecc601848c5d930f0f.tar.gz external_llvm-fb15e592d9d89cf2ad3949ecc601848c5d930f0f.tar.bz2 |
Add 'lit' testing tool.
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more
information.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/TODO')
-rw-r--r-- | utils/lit/TODO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/lit/TODO b/utils/lit/TODO new file mode 100644 index 0000000..4d00d2c --- /dev/null +++ b/utils/lit/TODO @@ -0,0 +1,19 @@ + - Move temp directory name into local test config. + + - 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). |