freebsd-dev/contrib/llvm/utils/lit/TODO
Roman Divacky f22ef01c33 Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/
in llvm/ and/or llvm/contrib/clang/ respectively.

Approved by:	ed (mentor)
Approved by:	core
2010-06-09 17:59:52 +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).