aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree1-1/+1
2023-05-23[libc++] Complete refactor of tests for operator newLouis Dionne1-4/+1
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne1-3/+0
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne1-3/+0
2021-07-15[libcxx] [test] Fix mismatches between aligned operator new and std::freeMartin Storsjö1-10/+11
2021-07-07[SystemZ][z/OS][libcxx] mark aligned allocation tests UNSUPPORTED on z/OSDaniel McIntosh1-0/+4
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne1-5/+1
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne1-5/+5
2020-09-11[libcxx] Remove the 'availability' Lit featureLouis Dionne1-15/+8
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne1-1/+1
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne1-6/+0
2019-02-04Support tests in freestandingJF Bastien1-1/+3
2019-01-20Fix aligned allocation availability XFAILs after D56445.Eric Fiselier1-3/+5
2019-01-20Revert "Fix aligned allocation availability XFAILs after D56445."Eric Fiselier1-3/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-19Fix aligned allocation availability XFAILs after D56445.Eric Fiselier1-2/+3
2018-12-06[libcxx] Add XFAILs for aligned allocation tests on AppleClang 9Louis Dionne1-12/+12
2018-11-26[libcxx] Fix XFAILs for aligned allocation testsLouis Dionne1-16/+19
2018-08-15[libcxx] Fix XFAILs for aligned allocation tests on older OSX versionsLouis Dionne1-9/+19
2018-03-22Use DoNotOptimize to prevent new/delete elision.Eric Fiselier1-5/+6
2017-11-15[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter1-1/+1
2017-05-09Fix GCC 7 test failures.Eric Fiselier1-1/+1
2017-05-07Temporarly XFAIL aligned new/delete tests on Windows.Eric Fiselier1-0/+5
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini1-2/+7
2016-12-23Fix unused parameters and variablesEric Fiselier1-1/+1
2016-12-11Fix more uses of dynamic exception specifications in C++17Eric Fiselier1-3/+5
2016-10-14Prevent new/delete replacement tests from being optimized away.Eric Fiselier1-7/+8
2016-10-14Clarify XFAIL commentsEric Fiselier1-1/+2
2016-10-14XFAIL aligned allocation test failures with UBSANEric Fiselier1-0/+3
2016-10-14Implement P0035R4 -- Add C++17 aligned allocation functionsEric Fiselier1-0/+83