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/strings/string.conversions/stoll.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxx/test/std/strings/string.conversions/stoll.pass.cpp') diff --git a/libcxx/test/std/strings/string.conversions/stoll.pass.cpp b/libcxx/test/std/strings/string.conversions/stoll.pass.cpp index f68490ed13a..d41db4284ac 100644 --- a/libcxx/test/std/strings/string.conversions/stoll.pass.cpp +++ b/libcxx/test/std/strings/string.conversions/stoll.pass.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// // +// XFAIL: libcpp-no-exceptions // XFAIL: with_system_cxx_lib=x86_64-apple-darwin11 // XFAIL: with_system_cxx_lib=x86_64-apple-darwin12 -- cgit v1.2.3