llvm-project/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array
Eric Fiselier 515e9dbfef Change test suite to support c++17 dialect flag instead of c++1z.
This patch changes the test suite to attempt and prefer -std=c++17 over
-std=c++1z. It also fixes the REQUIRES and UNSUPPORTED lit markers
to refer to c++17 over c++1z.

llvm-svn: 317610
2017-11-07 20:20:58 +00:00
..
delete_align_val_t_replace.pass.cpp Fix GCC 7 test failures. 2017-05-09 00:00:00 +00:00
new_align_val_t.pass.cpp Fix GCC 7 test failures. 2017-05-09 00:00:00 +00:00
new_align_val_t_nothrow.pass.cpp Fix GCC 7 test failures. 2017-05-09 00:00:00 +00:00
new_align_val_t_nothrow_replace.pass.cpp Fix GCC 7 test failures. 2017-05-09 00:00:00 +00:00
new_align_val_t_replace.pass.cpp Fix GCC 7 test failures. 2017-05-09 00:00:00 +00:00
new_array.pass.cpp Rename new_handler in tests to avoid conflicts with MSVC symbols. 2017-01-17 00:32:08 +00:00
new_array_nothrow.pass.cpp Rename new_handler in tests to avoid conflicts with MSVC symbols. 2017-01-17 00:32:08 +00:00
new_array_nothrow_replace.pass.cpp [libc++] Support Microsoft ABI without vcruntime headers 2017-10-09 19:25:17 +00:00
new_array_replace.pass.cpp [libc++] Support Microsoft ABI without vcruntime headers 2017-10-09 19:25:17 +00:00
sized_delete_array11.pass.cpp Change test suite to support c++17 dialect flag instead of c++1z. 2017-11-07 20:20:58 +00:00
sized_delete_array14.pass.cpp [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
sized_delete_array_calls_unsized_delete_array.pass.cpp Fix test failures caused by new/delete calls getting optimized away 2017-03-02 21:16:35 +00:00
sized_delete_array_fsizeddeallocation.sh.cpp Add markup for libc++ dylib availability 2017-05-04 17:08:54 +00:00