This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer] Temporarily disable unittests failing on Windows.
ClosedPublic

Authored by metzman on Sep 5 2018, 7:08 PM.

Diff Detail

Event Timeline

metzman created this revision.Sep 5 2018, 7:08 PM
metzman added reviewers: morehouse, Dor1s.EditedSep 5 2018, 7:14 PM

Please take a look.

Some of the libfuzzer unittests are failing on windows buildbots http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/12925
I'm not able to repro yet so I'll have to disable them for now.

There are also a lot of warnings being thrown on the libfuzzer tests. I will fix them in a later CL since I want to be sure this allows the builder to be green again (it has been red since before I enabled the tests).

Thanks!

Dor1s accepted this revision.Sep 5 2018, 7:51 PM

Will commit this shortly.

This revision is now accepted and ready to land.Sep 5 2018, 7:51 PM
Dor1s updated this revision to Diff 164139.Sep 5 2018, 7:54 PM

Getting ready to commit.

Herald added subscribers: Restricted Project, llvm-commits, delcypher. · View Herald TranscriptSep 5 2018, 7:54 PM
Dor1s edited the summary of this revision. (Show Details)Sep 5 2018, 7:55 PM
Dor1s added a subscriber: kcc.
This revision was automatically updated to reflect the committed changes.