This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Remove AFL test on Windows.
AbandonedPublic

Authored by mpividori on Dec 16 2016, 4:18 PM.

Details

Reviewers
kcc
zturner

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori updated this revision to Diff 81820.Dec 16 2016, 4:18 PM
mpividori retitled this revision from to [libFuzzer] Remove AFL test on Windows..
mpividori updated this object.
mpividori added reviewers: zturner, kcc.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
kcc added inline comments.Dec 16 2016, 4:20 PM
lib/Fuzzer/test/no-coverage/CMakeLists.txt
20

at the very least the comment is confusing.
If though AFL is not supported on windows, why should we disable this test? It does not actually use afl...

mpividori abandoned this revision.Dec 19 2016, 9:22 AM
mpividori added inline comments.
lib/Fuzzer/test/no-coverage/CMakeLists.txt
20

@kcc Yes, you are right. I disabled it because afl_driver was not ported yet. I will abandon this review, since I have updated afl_driver to work on Windows.