[llvm-dev] Test failures building RELEASE_3.9.0/final

Wink Saville via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 6 18:45:38 PDT 2016


I looked at the buildbots but I didn't archives for release builds. I was
thinking I could compare my results with a buildbot version. Are there any
archives for 3.9.0?

On Tue, Sep 6, 2016, 5:54 PM Reid Kleckner <rnk at google.com> wrote:

> These all look related to some kind of sanitizer-specific crash on
> startup. If you're not using sanitizers, maybe you don't care about these
> failures. If you want to file bugs and get them fixed, try running
> 'check-asan' and 'check-msan'. Extract the failing command from a test
> case, run it under a debugger, and file a bug with the crash stack trace.
> There is probably some environmental issue on your system that makes shadow
> memory allocation fail, or causes an early shadow memory access.
>
> On Tue, Sep 6, 2016 at 5:47 PM, Wink Saville via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> I've "successfully" built 3.9.0 release but when I run "ninja check-all"
>> I got 208 Unexpected failures:
>>
>>   Expected Passes    : 33997
>>   Expected Failures  : 198
>>   Unsupported Tests  : 685
>>   Unexpected Failures: 208
>>
>> Below is the log I captured running "time ninja check-all | tee
>> ninja-check-all.txt"
>>
>> https://drive.google.com/open?id=0B-KTY7zi7eZHU2hGYTRtd01QZjA
>>
>> Suggestions on next steps?
>>
>> -- Wink
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160907/4633a894/attachment.html>


More information about the llvm-dev mailing list