[libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on Win
authorJonathan Metzman <metzman@chromium.org>
Thu, 31 Jan 2019 23:34:56 +0000 (23:34 +0000)
committerJonathan Metzman <metzman@chromium.org>
Thu, 31 Jan 2019 23:34:56 +0000 (23:34 +0000)
commit6f94a033a7ed4367b5230424b3b4fb4d01d9b8fa
tree6d6301a0aa5b3f4ca65706b2339da5d3af397fd8
parente2dedd55645cf035ee43cf54bea176f61d587252
[libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on Win

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.

Reviewers: morehouse, vitalybuka

Reviewed By: morehouse

Subscribers: yln

Differential Revision: https://reviews.llvm.org/D57551

llvm-svn: 352815
compiler-rt/test/fuzzer/value-profile-cmp2.test