[PATCH] D14706: [lit] Implement support of per test timeout in lit.
Dan Liew via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 20 14:34:37 PST 2015
On 20 November 2015 at 22:32, Dan Liew <dan at su-root.co.uk> wrote:
> delcypher updated the summary for this revision.
> delcypher updated this revision to Diff 40831.
> delcypher marked an inline comment as done.
> delcypher added a comment.
>
> - Made lit output more useful (when -v is passed) when a timeout occurs, the exit code, stdout and stderr are now shown. If using the internal shell it also indicated which command(s) were killed by the timeout.
> - Improve tests to check for the improved output from lit when a timeout occurs.
@Jonathan @Daniel
I've updated my patch so lit gives more useful output when a timeout
occurs. Could you take a look?
Thanks,
Dan.
More information about the llvm-commits
mailing list