From be7ada718139b8c840a38ba34c4af492b6a05f9f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 8 Sep 2009 05:31:18 +0000 Subject: 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 --- utils/lit/TODO | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 utils/lit/TODO (limited to 'utils/lit/TODO') diff --git a/utils/lit/TODO b/utils/lit/TODO new file mode 100644 index 0000000000..4d00d2c1cf --- /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). -- cgit v1.2.3-18-g5258