llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array
Louis Dionne 4722b5d133 [clang] Correct the macOS version that supports aligned allocation
After checking the libc++abi.dylib shipped in macOS 10.13, I can confirm
that it contains the align_val_t variants of operator new and operator
delete. However, the libc++abi.dylib shipped on macOS 10.12 does not.

Differential Revision: https://reviews.llvm.org/D129198
2022-07-06 15:04:53 -04:00
..
delete_align_val_t_replace.pass.cpp [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
new_align_val_t.pass.cpp [clang] Correct the macOS version that supports aligned allocation 2022-07-06 15:04:53 -04:00
new_align_val_t_nothrow.pass.cpp [clang] Correct the macOS version that supports aligned allocation 2022-07-06 15:04:53 -04:00
new_align_val_t_nothrow_replace.pass.cpp [clang] Correct the macOS version that supports aligned allocation 2022-07-06 15:04:53 -04:00
new_align_val_t_replace.pass.cpp [SystemZ][z/OS][libcxx] mark aligned allocation tests UNSUPPORTED on z/OS 2021-07-07 10:54:38 -04:00
new_array.pass.cpp
new_array_nothrow.pass.cpp
new_array_nothrow_replace.pass.cpp [libc++][CI] Add AIX pipeline config 2021-11-08 10:30:27 -05:00
new_array_replace.pass.cpp [libc++][CI] Add AIX pipeline config 2021-11-08 10:30:27 -05:00
new_size.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
new_size_align.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
new_size_align_nothrow.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
new_size_nothrow.verify.cpp [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
sized_delete_array11.pass.cpp [libc++] Divorce the std Lit feature from the -std=XXX compiler flag 2021-04-12 11:55:39 -04:00
sized_delete_array14.pass.cpp [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
sized_delete_array_calls_unsized_delete_array.pass.cpp
sized_delete_array_fsizeddeallocation.pass.cpp [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00