summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp
AgeCommit message (Expand)Author
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-04-05[libc++] Bump OS version for macOS backdeployment CI jobs (#131883)Louis Dionne
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-21[libc++] Use bit field for checking if string is in long or short modeNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-08[libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2016-10-31Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier