You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/strings/basic.string/string.cons
Marshall Clow b6e011b18b Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@362252 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
T_size_size.pass.cpp Support tests in freestanding 6 years ago
alloc.pass.cpp Support tests in freestanding 6 years ago
brace_assignment.pass.cpp Support tests in freestanding 6 years ago
char_assignment.pass.cpp Support tests in freestanding 6 years ago
copy.pass.cpp Support tests in freestanding 6 years ago
copy_alloc.pass.cpp [libcxx] [test] Fix test bugs in string.cons/copy_alloc.pass.cpp. 6 years ago
copy_assignment.pass.cpp Support tests in freestanding 6 years ago
default_noexcept.pass.cpp Support tests in freestanding 6 years ago
dtor_noexcept.pass.cpp Support tests in freestanding 6 years ago
implicit_deduction_guides.pass.cpp Support tests in freestanding 6 years ago
initializer_list.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
initializer_list_assignment.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
iter_alloc.pass.cpp Properly constrain basic_string(Iter, Iter, Alloc = A()) 6 years ago
iter_alloc_deduction.fail.cpp Support tests in freestanding 6 years ago
iter_alloc_deduction.pass.cpp Support tests in freestanding 6 years ago
move.pass.cpp Support tests in freestanding 6 years ago
move_alloc.pass.cpp Support tests in freestanding 6 years ago
move_assign_noexcept.pass.cpp Support tests in freestanding 6 years ago
move_assignment.pass.cpp Support tests in freestanding 6 years ago
move_noexcept.pass.cpp Support tests in freestanding 6 years ago
pointer_alloc.pass.cpp Support tests in freestanding 6 years ago
pointer_assignment.pass.cpp Support tests in freestanding 6 years ago
pointer_size_alloc.pass.cpp Support tests in freestanding 6 years ago
size_char_alloc.pass.cpp Support tests in freestanding 6 years ago
string_view.fail.cpp Support tests in freestanding 6 years ago
string_view.pass.cpp Support tests in freestanding 6 years ago
string_view_assignment.pass.cpp Support tests in freestanding 6 years ago
string_view_deduction.fail.cpp Support tests in freestanding 6 years ago
string_view_deduction.pass.cpp Support tests in freestanding 6 years ago
string_view_size_size_deduction.fail.cpp Support tests in freestanding 6 years ago
string_view_size_size_deduction.pass.cpp Support tests in freestanding 6 years ago
substr.pass.cpp [libc++] Mark several tests as XFAIL on macosx10.7 6 years ago