diff options
Diffstat (limited to 'contrib/llvm/utils/lit/TODO')
-rw-r--r-- | contrib/llvm/utils/lit/TODO | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/llvm/utils/lit/TODO b/contrib/llvm/utils/lit/TODO deleted file mode 100644 index 4d00d2c..0000000 --- a/contrib/llvm/utils/lit/TODO +++ /dev/null @@ -1,19 +0,0 @@ - - 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). |