summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings
Commit message (Expand)AuthorAgeFilesLines
* Fix PR#30303 - no matching function for call to '__ptr_in_range'Marshall Clow2016-09-074-0/+40
* Fix Bug 30240 - std::string: append(first, last) error when aliasing. Add te...Marshall Clow2016-09-0512-0/+193
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+1
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-9/+6
* Again, w/o the tabsMarshall Clow2016-07-211-5/+5
* Another fix to appease the no-exception bots.Marshall Clow2016-07-211-7/+11
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-215-6/+31
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-2195-5/+17377
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-226-122/+0
* Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.comEric Fiselier2016-06-221-1/+1
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-14113-113/+149
* Remove arithmetic +/-127 on chars; results in UB when dealing with signed cha...Marshall Clow2016-06-061-8/+13
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-015-11/+11
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-287-18/+20
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-021-0/+10
* Fix test failures by adding missing includeEric Fiselier2016-04-291-0/+1
* Fix or move various non-standard tests.Eric Fiselier2016-04-291-5/+2
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-2877-524/+195
* Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow2016-04-071-2/+25
* Revert r263036, it's ABI-breaking.Nico Weber2016-03-111-25/+2
* Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...Marshall Clow2016-03-091-1/+33
* Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow2016-03-091-2/+25
* Remove a couple tabs that crept inMarshall Clow2016-03-081-2/+2
* Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow2016-03-081-10/+36
* Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr fromRichard Smith2016-02-102-10/+22
* More string fixes for noexcept cases. Apparently I didn't get them all in r25...Marshall Clow2016-01-204-0/+8
* Fix up the tests I added for string exceptions to be skipped when exceptions ...Marshall Clow2016-01-204-0/+8
* Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st...Marshall Clow2016-01-1336-38/+150
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-261-0/+18
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1035-0/+35
* Split <ctype.h> out of <cctype>.Richard Smith2015-10-081-14/+14
* Implement LWG#2063, and update the issues links to point to the github genera...Marshall Clow2015-10-051-0/+6
* Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...Marshall Clow2015-09-151-1/+1
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-4/+52
* Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...Marshall Clow2015-07-131-0/+31
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+2
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-041-5/+0
* More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow2015-06-034-3/+56
* Add tests to ensure that string/vector/array have contiguous iterators - whic...Marshall Clow2015-05-262-12/+53
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-6/+12
* Use generic feature name for sanitizers that replace new and deleteEric Fiselier2015-03-101-1/+1
* Rooting out more undefined behavior in char_traits.Marshall Clow2015-02-1316-0/+24
* Move the test for zero-length into the char_traits (from string_view). Add te...Marshall Clow2015-02-124-0/+4
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-145-10/+10
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-096-0/+6
* libc++ implements its' hash objects as deriving from std::unary_function, and...Marshall Clow2015-01-071-2/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-20275-0/+40752
OpenPOWER on IntegriCloud