[compiler-rt] r352265 - [libFuzzer] add CompressedTest.cpp, a real-life-ish test for a custom mutator

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 05:57:48 PST 2019


Hi Kostya,

The test added here has a dependency on zlib, and fails on a variety of our
systems. Dropping a "REQUIRES: zlib" on the test stops it failing for us,
but will stop it succeeding for everyone else because compiler-rt doesn't
have a zlib feature test for llvm-lit. Which then involves touching cmake.

I'm not aware of a quick fix for this -- would you be able to take a look?

--
Thanks,
Jeremy



>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190128/db0e97b3/attachment.html>


More information about the llvm-commits mailing list