summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings
Commit message (Expand)AuthorAgeFilesLines
* [libc++][P0980] Marked member functions move/copy/assign of char_traits const...Michael Park2019-11-1115-15/+180
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-235-6/+6
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-231-1/+0
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-225-9/+9
* Add forward declaration of operator<< in <string_view> as required.Eric Fiselier2019-09-251-0/+26
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2149-49/+49
* Followup to revision 364545: Turns out that clang issues different errors for...Marshall Clow2019-06-272-2/+2
* Provide hashers for string_view only if they are using the default char_trait...Marshall Clow2019-06-272-1/+68
* [libc++] Add missing #include in <cwchar> testsLouis Dionne2019-06-131-0/+1
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31162-0/+223
* Ensure that hash<basic_string> uses char_traits. Fixes PR#41876. Reviewed as ...Marshall Clow2019-05-201-0/+66
* Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow2019-05-015-4/+8
* Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.Marshall Clow2019-04-241-1/+1
* Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...Marshall Clow2019-04-244-7/+7
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-053-2/+200
* [libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.c...Billy Robert O'Neal III2019-04-031-2/+3
* [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.Billy Robert O'Neal III2019-04-031-6/+7
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-023-200/+2
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-023-2/+200
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-282-3/+0
* Fix char.traits.specializations.char8_t main returnJF Bastien2019-03-194-0/+4
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-196-3/+28
* Properly constrain basic_string(Iter, Iter, Alloc = A())Eric Fiselier2019-03-141-0/+9
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-2734-0/+170
* Support tests in freestandingJF Bastien2019-02-04424-443/+1293
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19426-1704/+1278
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-183-0/+3
* Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow2018-12-185-135/+148
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-142-0/+152
* [libcxx] Fix test on compilers that do not support char8_t yetLouis Dionne2018-12-111-2/+4
* Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow2018-12-111-2/+4
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-1134-92/+726
* Implement P0966 - string::reserve should not shrinkMarshall Clow2018-11-281-1/+8
* A couple of tests were broken when clang implemented the compiler parts of P0...Marshall Clow2018-11-202-0/+34
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-142-2/+2
* [libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III2018-08-0813-0/+13
* Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.Marshall Clow2018-07-121-0/+2
* Same reversed ifdef happened twice. Test fix only, NFC to the library.Marshall Clow2018-07-111-1/+1
* Fix a test #ifdef that was reversed. NFC to the library.Marshall Clow2018-07-111-1/+1
* Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow2018-07-0225-40/+454
* [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai2018-05-221-1/+1
* [libcxx] [test] Fix whitespace, NFC.Stephan T. Lavavej2018-04-121-13/+13
* Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow2018-03-212-0/+106
* [libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fa...Mike Edwards2018-03-121-1/+1
* [libcxx][test] Reverting r327178 and r327190.Mike Edwards2018-03-101-1/+2
* [libcxx][test] Marking libcpp-no-deduction-guides unsupported.Mike Edwards2018-03-101-1/+1
* XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/str...Mike Edwards2018-03-091-2/+1
* [libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej2018-02-261-1/+1
* Add another test case to the deduction guide for basic_string.Marshall Clow2018-02-221-0/+11
* Fix test failure on compilers w/o deduction guidesEric Fiselier2018-02-151-2/+1
OpenPOWER on IntegriCloud