This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Disable value profiling tests on ARM
ClosedPublic

Authored by george.karpenkov on Oct 9 2018, 3:12 PM.

Details

Summary

Some seem fragile, some fail, and some just take a really long time to run.
It does not seem to make sense to support some subset of value profiling tests.

@kcc Any insight on how could ARM affect those? Do the instrumented instructions somehow get optimized out?

Diff Detail

Repository
rL LLVM

Event Timeline

kcc added a comment.Oct 9 2018, 3:26 PM

no thoughts, sorry.
Matt, do you see this flakiness on e.g. aarch64 linux?

I've seen the flakiness on buildbots, but haven't been able to reproduce on our aarch64 machine.

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