Displaying 1 result from an estimated 1 matches for "87177bcc".
2014 Apr 11
2
[LLVMdev] Need help reproducing a sanitizer buildbot failure
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