This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Failing tests on Windows
AbandonedPublic

Authored by mpividori on Feb 4 2017, 2:52 PM.

Details

Reviewers
kcc
zturner
Summary

I only submit this diff to show the tests that are failing on Windows:

  • cxxstring.test
  • simple-cmp.test
  • value-profile-cmp4.test
  • value-profile-mem.test
  • value-profile-strcmp.test
  • value-profile-strncmp.test
  • LLVMFuzzer-InitializeTest (it properly executes LLVMFuzzerInitialize but never finds the right Unit to print "BINGO").

Thanks,
Marcos

Diff Detail

Event Timeline

mpividori created this revision.Feb 4 2017, 2:52 PM
mpividori updated this revision to Diff 87139.Feb 5 2017, 4:03 AM

After adding weak hooks for Windows in https://reviews.llvm.org/D29562 all tests passed, except for: value-profile-cmp4.test which continues failing.

mpividori abandoned this revision.Feb 6 2017, 6:46 PM

After https://reviews.llvm.org/D29617 all tests pass on Windows.