summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.capacity
Commit message (Expand)AuthorAgeFilesLines
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-315-0/+5
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-273-0/+15
* Support tests in freestandingJF Bastien2019-02-0412-12/+36
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1912-48/+36
* Implement P0966 - string::reserve should not shrinkMarshall Clow2018-11-281-1/+8
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-081-0/+1
* More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow2017-11-152-1/+31
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+6
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-291-1/+6
* Reverting wrong diffRoger Ferrer Ibanez2016-11-241-6/+1
* Protect std::string tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-241-1/+6
* [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized...Stephan T. Lavavej2016-11-141-0/+1
* Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-013-15/+39
* Change from "XFAIL: libcpp-no-exceptions" to "UNSUPPORTED: libcpp-no-exceptio...Roger Ferrer Ibanez2016-10-312-2/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-147-7/+7
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-284-8/+12
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-106-0/+6
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-2011-0/+698
OpenPOWER on IntegriCloud