summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.capacity
AgeCommit message (Expand)Author
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne
2020-04-17[libc++] Move .fail.cpp tests with verify-support to .verify.cppLouis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-03-26[libc++] Do not force the use of -Werror in verify testsLouis Dionne
2020-03-25[libc++] Require the use of clang-verify in .fail.cpp tests that don't fail w...Louis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-27[libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-28Implement P0966 - string::reserve should not shrinkMarshall Clow
2018-08-08[libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2016-11-29Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-24Reverting wrong diffRoger Ferrer Ibanez
2016-11-24Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-11-14[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
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
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-03-10Use generic feature name for sanitizers that replace new and deleteEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier