summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.cons
AgeCommit message (Expand)Author
2018-05-22[libcxx] [test] Mark the test as unsupported by apple-clang-8.1.Volodymyr Sapsai
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-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
2018-02-08The apple versions of clang don't support deduction guides yet.Marshall Clow
2018-02-08Once more, with feeling. Spell 'clang-4.0' correctly this timeMarshall Clow
2018-02-08Clean up string's deduction guides tests. Mark old versions of clang as unsup...Marshall Clow
2018-02-08Temporarily comment out deduction guide tests while I figure out what to do w...Marshall Clow
2018-02-08Implement deduction guide for basic_string as described in P0433Marshall Clow
2017-09-07Another missing string_view testMarshall Clow
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-05-08Fix possible loss of data warnings on amd64Billy Robert O'Neal III
2017-04-21Resolve unused local typedef warning in test.Billy Robert O'Neal III
2017-02-27Remove XFAIL in implicit_deduction_guides testsSteven Wu
2017-02-17Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-05[libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej
2017-01-31Fix up some no-exception compile failuresMarshall Clow
2017-01-31Workaround new -Wshadow warning introduced by r293599Alex Lorenz
2017-01-31Fix PR#31779: basic_string::operator= isn't exception safe.Marshall Clow
2017-01-17Fix std::string assignment ambiguity from braced initializer lists.Eric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-12-06[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-23[libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej
2016-11-23[libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-11-15Missed one of the try blocks the first time :-(. Thanks to Renato for the hea...Marshall Clow
2016-11-14Missed a test with exceptions disabled earlier. Oops.Marshall Clow
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-11-01Protect exceptional paths under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-10-31Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier
2016-08-17Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow
2016-07-25Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier
2016-07-21Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-04-28Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier
2016-04-07Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow
2016-03-11Revert r263036, it's ABI-breaking.Nico Weber
2016-03-09Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-08-18implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow
2015-06-04While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow
2015-06-03More of N4258 implementation. Mark all of our test_allocators as noexcept con...Marshall Clow
2014-12-20Move test into test/std subdirectory.Eric Fiselier