This is an archive of the discontinued LLVM Phabricator instance.

[asan] Mark a bunch of tests as unsupported on iOS
ClosedPublic

Authored by kubamracek on Apr 27 2017, 10:32 PM.

Details

Summary

This patch marks a few ASan tests as unsupported on iOS. These are mostly tests that use files or paths that are invalid/inaccessible on iOS or the simulator. We currently don't have a good way of propagating/copying secondary files that individual tests need. The same problem exists on Android, so I'm just marking the tests as UNSUPPORTED now.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek created this revision.Apr 27 2017, 10:32 PM
eugenis accepted this revision.May 1 2017, 2:46 PM
This revision is now accepted and ready to land.May 1 2017, 2:46 PM
This revision was automatically updated to reflect the committed changes.