This is an archive of the discontinued LLVM Phabricator instance.

Skip fdleak tests on android
ClosedPublic

Authored by tberghammer on Mar 12 2015, 10:11 AM.

Details

Summary

Skip fdleak tests on android

Android have more file descriptor opened by the shell what are inherited to the process (different ones on device and on emulator).

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Skip fdleak tests on android.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added a reviewer: labath.
tberghammer added a subscriber: Unknown Object (MLST).
labath accepted this revision.Mar 12 2015, 10:30 AM
labath edited edge metadata.

ok to skip for now. I have made a todo for myself to figure out how to handle this on android.

This revision is now accepted and ready to land.Mar 12 2015, 10:30 AM
This revision was automatically updated to reflect the committed changes.