llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array
Eric Fiselier 85bdbbf9a1 Fix aligned allocation availability XFAILs after D56445.
D56445 bumped the minimum Mac OS X version required for aligned
allocation from 10.13 to 10.14. This caused libc++ tests depending
on the old value to break.

This patch updates the XFAILs for those tests to include 10.13.

llvm-svn: 351670
2019-01-20 01:21:35 +00:00
..
delete_align_val_t_replace.pass.cpp Fix aligned allocation availability XFAILs after D56445. 2019-01-20 01:21:35 +00:00
new_align_val_t.pass.cpp Fix aligned allocation availability XFAILs after D56445. 2019-01-20 01:21:35 +00:00
new_align_val_t_nothrow.pass.cpp Fix aligned allocation availability XFAILs after D56445. 2019-01-20 01:21:35 +00:00
new_align_val_t_nothrow_replace.pass.cpp Fix aligned allocation availability XFAILs after D56445. 2019-01-20 01:21:35 +00:00
new_align_val_t_replace.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_array.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_array_nothrow.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_array_nothrow_replace.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_array_replace.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_size.sh.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_size_align.sh.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_size_align_nothrow.sh.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
new_size_nothrow.sh.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sized_delete_array11.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sized_delete_array14.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sized_delete_array_calls_unsized_delete_array.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sized_delete_array_fsizeddeallocation.sh.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00