This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Increase the iteration limit in shrink.test
ClosedPublic

Authored by george.karpenkov on Aug 8 2018, 5:39 PM.

Details

Summary

After https://reviews.llvm.org/D48800, shrink.test started failing on x86_64h architecture.
Looking into this, the optimization pass is too eager to unroll the loop on x86_64h, possibly leading to worse coverage data.

Alternative solutions include not unrolling the loop when fuzzing, or disabling this test on that architecture.

Diff Detail

Event Timeline

morehouse accepted this revision.Aug 8 2018, 5:40 PM
This revision is now accepted and ready to land.Aug 8 2018, 5:40 PM
This revision was automatically updated to reflect the committed changes.