This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Increase size of buffer to fix possibly-flakey test.
ClosedPublic

Authored by browneee on Sep 2 2022, 12:13 PM.

Details

Summary

Observed a test failure where "Returned length: 3054".

Diff Detail

Event Timeline

browneee created this revision.Sep 2 2022, 12:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2022, 12:13 PM
Herald added a subscriber: Enna1. · View Herald Transcript
browneee requested review of this revision.Sep 2 2022, 12:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2022, 12:13 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
browneee updated this revision to Diff 457673.Sep 2 2022, 12:35 PM

Increasing size and adding comment.

MaskRay accepted this revision.Sep 2 2022, 12:38 PM
This revision is now accepted and ready to land.Sep 2 2022, 12:38 PM
browneee updated this revision to Diff 457707.Sep 2 2022, 2:32 PM

Switch large stack allocation to use malloc.

Update expected line numbers.

browneee updated this revision to Diff 457721.Sep 2 2022, 3:29 PM

Fix formatting.