You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array
Hans Wennborg 6e10a8bdcb Merging r351670:
------------------------------------------------------------------------
r351670 | ericwf | 2019-01-20 02:21:35 +0100 (Sun, 20 Jan 2019) | 7 lines

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.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_80@351980 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
delete_align_val_t_replace.pass.cpp Merging r351670: 6 years ago
new_align_val_t.pass.cpp Merging r351670: 6 years ago
new_align_val_t_nothrow.pass.cpp Merging r351670: 6 years ago
new_align_val_t_nothrow_replace.pass.cpp Merging r351670: 6 years ago
new_align_val_t_replace.pass.cpp Use DoNotOptimize to prevent new/delete elision. 7 years ago
new_array.pass.cpp Use DoNotOptimize to prevent new/delete elision. 7 years ago
new_array_nothrow.pass.cpp Use DoNotOptimize to prevent new/delete elision. 7 years ago
new_array_nothrow_replace.pass.cpp Use DoNotOptimize to prevent new/delete elision. 7 years ago
new_array_replace.pass.cpp Use DoNotOptimize to prevent new/delete elision. 7 years ago
new_size.sh.cpp [libcxx] Fix XFAILs for aligned allocation tests on older OSX versions 6 years ago
new_size_align.sh.cpp [libcxx] Fix XFAILs for aligned allocation tests on older OSX versions 6 years ago
new_size_align_nothrow.sh.cpp [libcxx] Fix XFAILs for aligned allocation tests on older OSX versions 6 years ago
new_size_nothrow.sh.cpp [libcxx] Fix XFAILs for aligned allocation tests on older OSX versions 6 years ago
sized_delete_array11.pass.cpp Fix nodiscard failure tests on compilers w/o -verify. 7 years ago
sized_delete_array14.pass.cpp [libcxx] [test] Change comments to say C++ instead of c++. NFC. 7 years ago
sized_delete_array_calls_unsized_delete_array.pass.cpp Use DoNotOptimize to prevent new/delete elision. 7 years ago
sized_delete_array_fsizeddeallocation.sh.cpp [libcxx] Remove the availability_markup LIT feature 6 years ago