aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree8-8/+8
2024-02-13[SystemZ][z/OS][libcxx] mark aligned allocation tests XFAIL on z/OS (#80735)Abhina Sree2-0/+8
2024-01-22[libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#...Louis Dionne2-0/+8
2024-01-22[libc++] Fix noexcept behaviour of operator new helper functions (#74337)azhan924-0/+176
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne7-13/+13
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej3-3/+9
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings1-1/+0
2023-11-29[libc++] Add initial support for picolibcMichael Platings1-0/+1
2023-11-01[libc++] Remove availability annotations which can never be triggered (#69226)philnik7776-18/+0
2023-09-25[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)Louis Dionne6-18/+0
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman1-5/+3
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc1-3/+5
2023-07-12[libc++] Stop running backdeployment CI on macOS 10.9Louis Dionne6-0/+18
2023-05-28[libcxx] [test] Fix the new alloc tests for WindowsMartin Storsjö3-11/+7
2023-05-23[libc++] Complete refactor of tests for operator newLouis Dionne24-636/+825
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne1-1/+1
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne3-9/+6
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne4-8/+4
2022-07-06[clang] Correct the macOS version that supports aligned allocationLouis Dionne3-9/+9
2021-11-08[libc++][CI] Add AIX pipeline configDavid Tenty3-1/+4
2021-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer4-4/+0
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne5-17/+1
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne1-3/+0
2021-08-10[libcxx] [test] Generalize defines for skipping allocation checksMartin Storsjö3-10/+10
2021-07-27[SystemZ][z/OS][libcxx]: Disable align_val_t test cases on z/OSNancy Wang2-0/+8
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 McIntosh5-0/+20
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne5-23/+5
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne5-23/+23
2021-04-12[libc++] Divorce the std Lit feature from the -std=XXX compiler flagLouis Dionne1-1/+1
2021-04-04[libcxx] [test] Link against msvcprt as C++ ABI library in testsMartin Storsjö4-12/+0
2021-03-22[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the ...Martin Storsjö2-0/+2
2021-03-22[libcxx] [test] Remove a couple outdated XFAIL LIBCXX-WINDOWS-FIXMEMartin Storsjö1-5/+0
2020-09-11[libcxx] Remove the 'availability' Lit featureLouis Dionne5-65/+35
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne10-10/+10
2020-04-30[libc++] Make the verify-support feature implicitLouis Dionne4-4/+0
2020-04-15[libc++] Move aligned allocation tests to .verify.cppLouis Dionne4-20/+16
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne9-25/+0
2020-03-31[libc++] Move a bunch of tests from .sh.cpp to .pass.cppLouis Dionne1-3/+1
2020-03-27[libc++/libc++abi] Properly delimit lit substitutionsLouis Dionne5-6/+6
2020-03-23[libc++] Bump Clang support for Clang 4Louis Dionne4-11/+0
2020-03-13Revert "Revert "Move more tests to globalMemCounter and reset.""Dan Albert3-0/+3
2020-03-13Revert "Move more tests to globalMemCounter and reset."Dan Albert2-10/+36
2020-03-12Move more tests to globalMemCounter and reset.Dan Albert2-36/+10
2019-09-25[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne1-4/+0
2019-09-25Revert r372777: [libc++] Implement LWG 2510 and its follow-upsIlya Biryukov1-0/+4
2019-09-24[libc++] Purge mentions of GCC 4 from the test suiteLouis Dionne1-4/+0
2019-03-21[libcxx] [test] Revert r356632 add (void) casts to operator new calls, to sup...Billy Robert O'Neal III4-4/+4
2019-03-20[libcxx] [test] Add (void) casts to operator new calls, to suppress warnings ...Billy Robert O'Neal III4-4/+4
2019-02-04Support tests in freestandingJF Bastien17-17/+51