This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on Win
ClosedPublic

Authored by metzman on Jan 31 2019, 3:15 PM.

Details

Summary

Temporarily disable value-profile-cmp2.test on Win.
https://reviews.llvm.org/D57465 causes the test to fail on Win.
However, it seems that the behavior of libFuzzer on Win was broken
before that patch. It crashes in the exit handler when not used with
ASAN. Prior to the patch, the crash handler would run, tricking the
test into thinking libFuzzer on Win had exited properly.

Diff Detail

Event Timeline

metzman created this revision.Jan 31 2019, 3:15 PM
metzman updated this revision to Diff 184629.Jan 31 2019, 3:16 PM
  • add comment
metzman updated this revision to Diff 184630.Jan 31 2019, 3:17 PM
  • add comment
metzman added a subscriber: yln.

Please take a look.

cc @yln

This revision is now accepted and ready to land.Jan 31 2019, 3:20 PM
This revision was automatically updated to reflect the committed changes.
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 31 2019, 3:34 PM