From f520c1445f2d9cfb6153e3c125076aa6e3a76fc8 Mon Sep 17 00:00:00 2001 From: Asiri Rathnayake Date: Tue, 10 Nov 2015 11:41:22 +0000 Subject: 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 --- libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp') diff --git a/libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp b/libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp index 00668f18e99..6ef41af9454 100644 --- a/libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp +++ b/libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// // +// XFAIL: libcpp-no-exceptions // UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: c++98, c++03 -- cgit v1.2.3