summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string
AgeCommit message (Expand)Author
2021-04-22[libc++] Re-apply `std::indirectly_readable` and `std::indirectly_writable`Louis Dionne
2021-04-22Revert "[libcxx][iterator] adds `std::indirectly_readable` and `std::indirect...David Zarzycki
2021-04-21[libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writa...Christopher Di Bella
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-12[libc++] Divorce the std Lit feature from the -std=XXX compiler flagLouis Dionne
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2021-02-09[libc++] Add `noexcept` to `string::find` and similar members.zoecarver
2021-01-19[libc++][P1679] add string containsWim Leflere
2020-11-26[libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: str...Marek Kurdej
2020-11-26[libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9.Marek Kurdej
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne
2020-10-14[libc++] Split off debug tests that were missed by ce1365f8f7e into test/libcxxLouis Dionne
2020-10-05[libc++] Fix several debug mode testsLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-01[libc++] NFC: fix typosLouis Dionne
2020-04-30[libc++] Make the verify-support feature implicitLouis Dionne
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-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-10[libc++] NFC: Clean up a lot of old Lit featuresLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis 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-10-22[libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-05-01Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow
2019-04-05[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne
2019-04-03[libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp.Billy Robert O'Neal III
2019-04-02Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne
2019-04-02[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne
2019-03-19Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow
2019-03-14Properly constrain basic_string(Iter, Iter, Alloc = A())Eric Fiselier
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-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2018-11-28Implement P0966 - string::reserve should not shrinkMarshall Clow
2018-11-14[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-08-08[libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III
2018-07-02Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow
2018-05-22[libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai
2018-03-21Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow
2018-03-12[libcxx][test] Adding apple-clang-9 to UNSUPPORTED in iter_alloc_deduction.fa...Mike Edwards
2018-03-10[libcxx][test] Reverting r327178 and r327190.Mike Edwards
2018-03-10[libcxx][test] Marking libcpp-no-deduction-guides unsupported.Mike Edwards
2018-03-09XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/str...Mike Edwards
2018-02-26[libcxx] [test] Fix MSVC warnings and errors.Stephan T. Lavavej
2018-02-22Add another test case to the deduction guide for basic_string.Marshall Clow
2018-02-15Fix test failure on compilers w/o deduction guidesEric Fiselier