[all-commits] [llvm/llvm-project] cdde27: [libc++][Android] XFAIL aligned_alloc and timespec...
Ryan Prichard via All-commits
all-commits at lists.llvm.org
Wed Nov 2 14:55:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cdde2706cf4a78e5a404ae160323cabd7839fbe4
https://github.com/llvm/llvm-project/commit/cdde2706cf4a78e5a404ae160323cabd7839fbe4
Author: Ryan Prichard <rprichard at google.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M libcxx/test/std/depr/depr.c.headers/stdlib_h.aligned_alloc.compile.pass.cpp
M libcxx/test/std/language.support/support.runtime/cstdlib.aligned_alloc.compile.pass.cpp
M libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list