[LLVMdev] Need help reproducing a sanitizer buildbot failure

Reid Kleckner rnk at google.com
Fri Apr 11 09:19:54 PDT 2014


On Fri, Apr 11, 2014 at 12:35 AM, Kostya Serebryany <kcc at google.com> wrote:
>
> I wonder if we can configure the lit test runner to print the (tail of)
> test output on failure.
>

You'd have to teach FileCheck, actually, since it's the one that consumes
stderr in this case.  Rather than doing that, why not use
*SAN_OPTIONS=log_file=blah.txt, and teach lit to dump that on failure?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140411/ca2d16f6/attachment.html>


More information about the llvm-dev mailing list