This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Move tests in ``fuzzer-traces.test`` that require hooks to their own test.
ClosedPublic

Authored by delcypher on Jun 10 2016, 6:09 PM.

Details

Summary

[LibFuzzer] Move tests in `fuzzer-traces.test` that require hooks to their own test.

The tests in `fuzzer-traces-hooks.test` only work on Linux because calls to hooks
(e.g. `__sanitizer_weak_hook_memcmp()`) from inside the sanitizer
runtime are only implemented on Linux. Therefore these tests are set to
only run on Linux.

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher updated this revision to Diff 60429.Jun 10 2016, 6:09 PM
delcypher retitled this revision from to [LibFuzzer] Move tests in ``fuzzer-traces.test`` that require hooks to their own test..
delcypher updated this object.
delcypher added reviewers: kcc, aizatsky.
delcypher added subscribers: kcc, aizatsky, zaks.anna and 3 others.
kcc accepted this revision.Jun 13 2016, 11:56 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 13 2016, 11:56 AM
This revision was automatically updated to reflect the committed changes.