<p dir="ltr">On 5 Feb 2016 11:12 p.m., "Dmitri Gribenko" <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>> wrote:<br>
><br>
> On Fri, Feb 5, 2016 at 6:06 PM, Richard Smith via cfe-commits<br>
> <<a href="mailto:cfe-commits@lists.llvm.org">cfe-commits@lists.llvm.org</a>> wrote:<br>
> > Author: rsmith<br>
> > Date: Fri Feb  5 20:06:43 2016<br>
> > New Revision: 259976<br>
> ><br>
> > URL: <a href="http://llvm.org/viewvc/llvm-project?rev=259976&view=rev">http://llvm.org/viewvc/llvm-project?rev=259976&view=rev</a><br>
> > Log:<br>
> > [modules] Compress files embedded into a .pcm file, to reduce the disk usage of -fembed-all-files mode.<br>
><br>
> Hi Richard,<br>
><br>
> I think your commit might have caused a failure in the<br>
> Driver/nozlibcompress.c test.  Could you take a look?</p>
<p dir="ltr">My commit made "REQUIRES: zlib" actually work. Previously that test had been disabled on all configurations. Maybe disable it and contact whoever added it?</p>
<p dir="ltr">> <a href="http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/34405/steps/test/logs/stdio">http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/34405/steps/test/logs/stdio</a><br>
><br>
> I am not sure why the CI software didn't include you in the email, but<br>
> from this page <a href="http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast">http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast</a><br>
> we can see that the failure was caused by one of the commits between<br>
> 259971 and 259978, and yours is the only commit that changes something<br>
> about zlib.<br>
><br>
> Dmitri<br>
><br>
> --<br>
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</p>