This is an archive of the discontinued LLVM Phabricator instance.

[asan] Mark the strstr test as UNSUPPORTED on FreeBSD
ClosedPublic

Authored by arichardson on Jul 24 2020, 10:47 AM.

Details

Summary

Like Android, FreeBSDs libc calls memchr which causes this test to fail.

Diff Detail

Event Timeline

arichardson created this revision.Jul 24 2020, 10:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 24 2020, 10:47 AM
Herald added subscribers: Restricted Project, krytarowski, emaste. · View Herald Transcript
emaste accepted this revision.Jul 24 2020, 11:12 AM

LGTM, we acquired our strstr from musl

This revision is now accepted and ready to land.Jul 24 2020, 11:12 AM
This revision was automatically updated to reflect the committed changes.