From bff66aab7096dbfb5d15a3d194dfc4799db8d008 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 12 Sep 2017 23:33:34 +0000 Subject: [PATCH] Mark the new tests as unsupported when there are no exceptions llvm-svn: 313092 --- libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp | 3 ++- libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp index 710c98040fb3..dc51bcc98224 100644 --- a/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.match/exponential.pass.cpp @@ -8,7 +8,8 @@ //===----------------------------------------------------------------------===// // -// XFAIL: c++03 +// UNSUPPORTED: libcpp-no-exceptions +// UNSUPPORTED: c++03 // template // bool diff --git a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp index eba76c808b30..67fc3446bda6 100644 --- a/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ b/libcxx/test/std/re/re.alg/re.alg.search/exponential.pass.cpp @@ -8,7 +8,8 @@ //===----------------------------------------------------------------------===// // -// XFAIL: c++03 +// UNSUPPORTED: libcpp-no-exceptions +// UNSUPPORTED: c++03 // template // bool