This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Consider exception names on tests.
ClosedPublic

Authored by mpividori on Feb 3 2017, 10:18 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 3 2017, 10:18 PM
kcc added inline comments.Feb 6 2017, 11:15 AM
lib/Fuzzer/test/value-profile-load.test
1 ↗(On Diff #87073)

why?

mpividori updated this revision to Diff 87291.Feb 6 2017, 1:26 PM

You are right. I found the reason of the difference between global and stack buffer overflow. It was fixed in: https://reviews.llvm.org/D29602

@kcc now it looks good?

kcc accepted this revision.Feb 6 2017, 3:41 PM

LGTM

This revision is now accepted and ready to land.Feb 6 2017, 3:41 PM
This revision was automatically updated to reflect the committed changes.