<div dir="ltr"><div><div><div>Hi Renato,<br><br></div>Thanks, Nico helped me diagnose and fix the test yesterday <<a href="http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160125/147979.html">http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20160125/147979.html</a>>.  I fixed the test accordingly in r258776 and that seems to have worked!<br><br></div>Cheers,<br></div>Ehsan<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 26, 2016 at 7:41 AM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
So, the results I'm getting on that RUN list is:<br>
<br>
1. clang -cake-is-lie etc.<br>
<br>
Runs ok, prints expected error messages, returns 1.<br>
<br>
2. clang-cl -cake-is-lie<br>
<br>
I've hit an assert on<br>
llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp:80:<br>
llvm::MCCodeGenInfo* createAArch64MCCodeGenInfo(const llvm::Triple&,<br>
llvm::Reloc::Model, llvm::CodeModel::Model, llvm::CodeGenOpt::Level):<br>
Assertion `(TT.isOSBinFormatELF() || TT.isOSBinFormatMachO()) && "Only<br>
expect Darwin and ELF targets"' failed.<br>
<br>
Returns with error code 254, which is the one the bot was complaining<br>
about. Script attached.<br>
<br>
3. Same, with -Werror=unknown-argument<br>
<br>
Runs ok, prints expected error messages, returns 1.<br>
<br>
4. Same, with -Wno-unknown-argument<br>
<br>
Fails on "// SILENT-NOT: error", since Clang's -v output contains:<br>
"-ferror-limit 19". I think you'll have to be more specific there. I'm<br>
not sure how this passed anywhere.<br>
<br>
5. Clang -S<br>
<br>
Get the expected warning, returns 0.<br>
<br>
Hope that helps.<br>
<br>
cheers,<br>
--renato<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">Ehsan<br></div></div>
</div>