llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared
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
..
util.smartptr.getdeleter
util.smartptr.shared.assign Fix for LWG Issue 2415: Inconsistency between unique_ptr and shared_ptr 2015-05-10 13:59:45 +00:00
util.smartptr.shared.cast
util.smartptr.shared.cmp
util.smartptr.shared.const Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
util.smartptr.shared.create Make sure that __libcpp_compressed_pair_imp default-constructs its' members, rather than value-initializing them. Fixes PR#24137 2015-07-16 03:05:06 +00:00
util.smartptr.shared.dest
util.smartptr.shared.io
util.smartptr.shared.mod
util.smartptr.shared.obs
util.smartptr.shared.spec
test_deleter.h
types.pass.cpp