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.
libcxx/test/std/strings/basic.string/string.cons
Asiri Rathnayake cc2e93cff0 Make it possible to build a no-exceptions variant of libcxx.
Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.

This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.

Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@252598 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
alloc.pass.cpp More of N4258 implementation. Mark all of our test_allocators as noexcept 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. 11 years ago
char_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
copy.pass.cpp Move test into test/std subdirectory. 11 years ago
copy_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
copy_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
default_noexcept.pass.cpp While applying N4258, I forgot about LWG#2455, which modified the modifications. Correct those - h/t: Howard 11 years ago
dtor_noexcept.pass.cpp Move test into test/std subdirectory. 11 years ago
initializer_list.pass.cpp Move test into test/std subdirectory. 11 years ago
initializer_list_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
iter_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
move.pass.cpp Move test into test/std subdirectory. 11 years ago
move_alloc.pass.cpp More of N4258 implementation. Mark all of our test_allocators as noexcept 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. 11 years ago
move_assign_noexcept.pass.cpp implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations 10 years ago
move_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
move_noexcept.pass.cpp More of N4258 implementation. Mark all of our test_allocators as noexcept 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. 11 years ago
pointer_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
pointer_assignment.pass.cpp Move test into test/std subdirectory. 11 years ago
pointer_size_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
size_char_alloc.pass.cpp Move test into test/std subdirectory. 11 years ago
substr.pass.cpp Make it possible to build a no-exceptions variant of libcxx. 10 years ago