[libc++][Android] XFAIL aligned_alloc and timespec_get tests
authorRyan Prichard <rprichard@google.com>
Wed, 2 Nov 2022 21:53:51 +0000 (14:53 -0700)
committerRyan Prichard <rprichard@google.com>
Wed, 2 Nov 2022 21:53:51 +0000 (14:53 -0700)
commitcdde2706cf4a78e5a404ae160323cabd7839fbe4
treef5877d40cebb30389681d28c3f8b7903e090dcce
parentea64e66f7b71dfd52e9701a080b8216052344962
[libc++][Android] XFAIL aligned_alloc and timespec_get tests

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.

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D137134
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