This is an archive of the discontinued LLVM Phabricator instance.

[libc++][Android] XFAIL aligned_alloc and timespec_get tests
ClosedPublic

Authored by rprichard on Oct 31 2022, 4:10 PM.

Details

Summary

Mark tests XFAIL that use APIs that are unsupported on old versions of
Android:

  • aligned_alloc isn't available until API 28.
  • timespec_get isn't available until API 29.

Diff Detail

Event Timeline

rprichard created this revision.Oct 31 2022, 4:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 4:10 PM
Herald added a subscriber: danielkiss. · View Herald Transcript
rprichard requested review of this revision.Oct 31 2022, 4:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 31 2022, 4:10 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Nov 1 2022, 8:59 AM
This revision is now accepted and ready to land.Nov 1 2022, 8:59 AM