[PATCH] D14706: [lit] Implement support of per test timeout in lit.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 06:49:03 PST 2015


On 21 December 2015 at 14:45, Dan Liew <dan at su-root.co.uk> wrote:
> delcypher updated the summary for this revision.
> delcypher updated this revision to Diff 43369.
> delcypher added a comment.
>
> - Downgrade warning about ``--timeout=`` command line option overriding the LitConfig setting to a note
> - To not print the per test timeout when running
> - Improve testing of ``--timeout=`` overriding the LitConfig setting
> - Remove implementing timeout from TODO
> - Add notes on improving per test timeout implementation in TODO

I've fixed some of the issues you mentioned and did a few other things.

Is this okay for me to commit now?

Dan.


More information about the llvm-commits mailing list