This is an archive of the discontinued LLVM Phabricator instance.

[libfuzzer] Re-enable libFuzzer tests in "check-all"
AbandonedPublic

Authored by kubamracek on Jun 21 2018, 11:10 AM.

Diff Detail

Event Timeline

kubamracek created this revision.Jun 21 2018, 11:10 AM
Herald added subscribers: Restricted Project, mgorny. · View Herald TranscriptJun 21 2018, 11:10 AM

Could please you put into description short explanation or submitted patch to explain why we can re-enable this now?

I thought that libFuzzer is stable enough these days to be tested by default on supported platforms, but @george.karpenkov just explained to me that that's probably not the case as there are tests that tend to be flaky and cause timeouts (worst type of failures). Are there more reasons why we have EXCLUDE_FROM_ALL?

kubamracek abandoned this revision.Jun 26 2018, 9:19 AM

Apparently, someone else landed the exact same patch recently. Abandoning.