summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/strings/basic.string/string.cons/alloc.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-8/+8
| | | | llvm-svn: 309464
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+1
| | | | llvm-svn: 278904
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-281-4/+4
| | | | llvm-svn: 267947
* More of N4258 implementation. Mark all of our test_allocators as noexcept ↵Marshall Clow2015-06-031-2/+23
| | | | | | constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. llvm-svn: 238957
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+74
llvm-svn: 224658
OpenPOWER on IntegriCloud