This is an archive of the discontinued LLVM Phabricator instance.

libfuzzer: Disable broken tests for arm
ClosedPublic

Authored by manojgupta on Nov 19 2021, 10:11 PM.

Details

Summary

libfuzzer was recently enabled for Arm32 in D112091.
A few tests apparently do not work with arm32 so disable them.
The list of tests was obtained from
https://lab.llvm.org/buildbot/#/builders/190/builds/513

Diff Detail

Event Timeline

manojgupta created this revision.Nov 19 2021, 10:11 PM
manojgupta requested review of this revision.Nov 19 2021, 10:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2021, 10:11 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Nov 22 2021, 5:58 AM
This revision was automatically updated to reflect the committed changes.