1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/utils/lit/TODO
Daniel Dunbar 640436d7af Add 'lit' testing tool.
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more
   information.

llvm-svn: 81190
2009-09-08 05:31:18 +00:00

20 lines
535 B
Plaintext

- 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).