This is an archive of the discontinued LLVM Phabricator instance.

[LibFuzzer] Disable the `fuzzer-trace-pc.test` test on non-linux platforms.
ClosedPublic

Authored by delcypher on Jun 13 2016, 8:40 PM.

Details

Summary

[LibFuzzer] Disable the fuzzer-trace-pc.test test on non-linux platforms.

On OSX this test sometimes fails due to the
LLVMFuzzer-FullCoverageSetTest-TracePC program going over the
default 2GiB memory limit. This shouldn't be happening and needs
investigating. For now just disable the test so we can set up an
OSX buildbot.

Diff Detail

Repository
rL LLVM

Event Timeline

delcypher updated this revision to Diff 60645.Jun 13 2016, 8:40 PM
delcypher retitled this revision from to [LibFuzzer] Disable the `fuzzer-trace-pc.test` test on non-linux platforms..
delcypher updated this object.
delcypher added reviewers: kcc, aizatsky.
delcypher added subscribers: kcc, aizatsky, zaks.anna and 3 others.
delcypher updated this revision to Diff 60648.Jun 13 2016, 8:47 PM

Fix typo in comment.

aizatsky accepted this revision.Jun 14 2016, 10:32 AM
aizatsky edited edge metadata.
This revision is now accepted and ready to land.Jun 14 2016, 10:32 AM
This revision was automatically updated to reflect the committed changes.