This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Add --dump-input-on-failure to help diagnose AArch64 failures [NFC]
ClosedPublic

Authored by peter.smith on Apr 30 2019, 8:03 AM.

Details

Summary

The fork-siguser.test and fork.test intermittently fail on the AArch64 buildbot. Unfortunately these failures are not reproducible on a similar machine and seem to fail when the machines are under load so I suspect that there isn't much that can be done. Before suggesting the tests be marked unsupported for AArch64 we'd like to see if we can get some more information about the failures to see if it helps us reproduce. This patch adds --dump-input-on-failure to the FileCheck commands to see if we can get some more information about the failures. We should be able to get enough input over a couple of days and can take these out afterwards.

Diff Detail

Repository
rL LLVM

Event Timeline

peter.smith created this revision.Apr 30 2019, 8:03 AM
kcc accepted this revision.Apr 30 2019, 10:33 AM
This revision is now accepted and ready to land.Apr 30 2019, 10:33 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2019, 5:28 AM
Herald added a subscriber: delcypher. · View Herald Transcript