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.
Paths
| Differential D137134
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 1 2022, 8:59 AM Closed by commit rGcdde2706cf4a: [libc++][Android] XFAIL aligned_alloc and timespec_get tests (authored by rprichard). · Explain WhyNov 2 2022, 2:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 472779 libcxx/test/std/depr/depr.c.headers/stdlib_h.aligned_alloc.compile.pass.cpp
libcxx/test/std/language.support/support.runtime/cstdlib.aligned_alloc.compile.pass.cpp
libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp
|