teak-llvm/libcxx/test/std/containers/sequences/vector/vector.modifiers
Asiri Rathnayake f520c1445f 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
llvm-svn: 252598
2015-11-10 11:41:22 +00:00
..
emplace_back.pass.cpp
emplace_extra.pass.cpp
emplace.pass.cpp
erase_iter_db1.pass.cpp
erase_iter_db2.pass.cpp
erase_iter_iter_db1.pass.cpp
erase_iter_iter_db2.pass.cpp
erase_iter_iter_db3.pass.cpp
erase_iter_iter_db4.pass.cpp
erase_iter_iter.pass.cpp
erase_iter.pass.cpp
insert_iter_initializer_list.pass.cpp
insert_iter_iter_iter.pass.cpp
insert_iter_rvalue.pass.cpp We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 2015-01-28 21:22:53 +00:00
insert_iter_size_value.pass.cpp
insert_iter_value.pass.cpp
pop_back.pass.cpp
push_back_exception_safety.pass.cpp Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
push_back_rvalue.pass.cpp We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 2015-01-28 21:22:53 +00:00
push_back.pass.cpp